Skip to content

Commit

Permalink
chore: link to SSO Documentation (#4319)
Browse files Browse the repository at this point in the history
* Update SSOSection.tsx

linked to SSO (links to Authentik, Authelia, Keycloak), instead of Keycloak only

* Update id.json

* Update uk.json

* Update fr.json

* Update pt-PT.json

* Update vi.json

* Update uk.json

* Update de.json

* Update en.json
  • Loading branch information
PhilippMundhenk authored Jan 26, 2025
1 parent 0435a67 commit 63bbeb9
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions web/src/components/Settings/SSOSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const SSOSection = () => {
<div className="w-full flex flex-row justify-between items-center gap-1">
<div className="flex flex-row items-center gap-1">
<span className="font-mono text-gray-400">{t("setting.sso-section.sso-list")}</span>
<LearnMore url="https://usememos.com/docs/advanced-settings/keycloak" />
<LearnMore url="https://www.usememos.com/docs/advanced-settings/sso" />
</div>
<Button color="primary" onClick={() => showCreateIdentityProviderDialog(undefined, fetchIdentityProviderList)}>
{t("common.create")}
Expand Down Expand Up @@ -86,10 +86,10 @@ const SSOSection = () => {
<ListItem>
<Link
className="text-sm text-blue-600 hover:underline"
to="https://www.usememos.com/docs/advanced-settings/keycloak"
to="https://www.usememos.com/docs/advanced-settings/sso"
target="_blank"
>
{t("setting.sso-section.configuring-keycloak-for-authentication")}
{t("setting.sso-section.single-sign-on")}
</Link>
</ListItem>
</List>
Expand Down
2 changes: 1 addition & 1 deletion web/src/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
"update-sso": "SSO aktualisieren",
"user-endpoint": "Benutzerendpunkt",
"no-sso-found": "Kein SSO found.",
"configuring-keycloak-for-authentication": "Konfiguriere Keycloak für die Authentifizierung"
"single-sign-on": "Konfiguriere Single Sign-On (SSO) für die Authentifizierung"
},
"storage": "Speicher",
"storage-section": {
Expand Down
2 changes: 1 addition & 1 deletion web/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
"update-sso": "Update SSO",
"user-endpoint": "User endpoint",
"no-sso-found": "No SSO found.",
"configuring-keycloak-for-authentication": "Configuring Keycloak for Authentication"
"single-sign-on": "Configuring Single Sign-On (SSO) for Authentication"
},
"storage": "Storage",
"storage-section": {
Expand Down
2 changes: 1 addition & 1 deletion web/src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
"update-sso": "Mise à jour du SSO",
"user-endpoint": "Utilisateur endpoint",
"no-sso-found": "Pas de SSO trouvé.",
"configuring-keycloak-for-authentication": "Configuration du Keycloak pour l'Authentification"
"single-sign-on": "Configuration du Single Sign-On (SSO) pour l'Authentification"
},
"storage": "Stockage",
"storage-section": {
Expand Down
2 changes: 1 addition & 1 deletion web/src/locales/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"update-sso": "Perbarui SSO",
"user-endpoint": "Akhir Pengguna",
"no-sso-found": "Tidak ada SSO ditemukan.",
"configuring-keycloak-for-authentication": "Mengonfigurasi Keycloak untuk Autentikasi"
"single-sign-on": "Mengonfigurasi Single Sign-On (SSO) untuk Autentikasi"
},
"storage": "Penyimpanan",
"storage-section": {
Expand Down
2 changes: 1 addition & 1 deletion web/src/locales/pt-PT.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
"update-sso": "Atualizar SSO",
"user-endpoint": "Ponto do Utilizador",
"no-sso-found": "Nenhum SSO encontrado.",
"configuring-keycloak-for-authentication": "A configurar o Keycloak para autenticação."
"single-sign-on": "A configurar o Single Sign-On (SSO) para autenticação."
},
"storage": "Armazenamento",
"storage-section": {
Expand Down
2 changes: 1 addition & 1 deletion web/src/locales/uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"update-sso": "Оновити SSO",
"user-endpoint": "Кінцева точка користувача",
"no-sso-found": "SSO не знайдено.",
"configuring-keycloak-for-authentication": "Конфігурація Keycloak для автентифікації"
"single-sign-on": "Конфігурація Single Sign-On (SSO) для автентифікації"
},
"storage": "Сховище",
"storage-section": {
Expand Down
2 changes: 1 addition & 1 deletion web/src/locales/vi.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
"update-sso": "Cập nhật SSO",
"user-endpoint": "Điểm cuối người dùng",
"no-sso-found": "Không tìm thấy SSO nào.",
"configuring-keycloak-for-authentication": "Cấu hình Keycloak cho xác thực"
"single-sign-on": "Cấu hình Single Sign-On (SSO) cho xác thực"
},
"storage": "Lưu trữ",
"storage-section": {
Expand Down

0 comments on commit 63bbeb9

Please sign in to comment.