diff --git a/web/src/admin/applications/wizard/auth-method-choice/ak-application-wizard-authentication-method-choice.choices.ts b/web/src/admin/applications/wizard/auth-method-choice/ak-application-wizard-authentication-method-choice.choices.ts index 16b3ce01a..6b54393b9 100644 --- a/web/src/admin/applications/wizard/auth-method-choice/ak-application-wizard-authentication-method-choice.choices.ts +++ b/web/src/admin/applications/wizard/auth-method-choice/ak-application-wizard-authentication-method-choice.choices.ts @@ -38,9 +38,10 @@ export type LocalTypeCreate = TypeCreate & { const _providerModelsTable: ProviderType[] = [ [ "oauth2provider", - msg("OAuth2/OpenID"), + msg("OAuth2/OIDC (Open Authorization/OpenID Connect)"), msg("Modern applications, APIs and Single-page applications."), - () => html``, + () => + html``, ProviderModelEnum.Oauth2Oauth2provider, (provider: OneOfProvider) => ({ providerModel: ProviderModelEnum.Oauth2Oauth2provider, @@ -49,21 +50,22 @@ const _providerModelsTable: ProviderType[] = [ ], [ "ldapprovider", - msg("LDAP"), + msg("LDAP (Lightweight Directory Access Protocol)"), msg("Provide an LDAP interface for applications and users to authenticate against."), - () => html``, + () => + html``, ProviderModelEnum.LdapLdapprovider, - (provider: OneOfProvider) => ({ + (provider: OneOfProvider) => ({ providerModel: ProviderModelEnum.LdapLdapprovider, ...(provider as LDAPProviderRequest), }), - ], [ "proxyprovider-proxy", msg("Transparent Reverse Proxy"), msg("For transparent reverse proxies with required authentication"), - () => html``, + () => + html``, ProviderModelEnum.ProxyProxyprovider, (provider: OneOfProvider) => ({ providerModel: ProviderModelEnum.ProxyProxyprovider, @@ -73,23 +75,24 @@ const _providerModelsTable: ProviderType[] = [ ], [ "proxyprovider-forwardsingle", - msg("Forward Auth Single Application"), + msg("Forward Auth (Single Application)"), msg("For nginx's auth_request or traefix's forwardAuth"), - () => html``, - ProviderModelEnum.ProxyProxyprovider , + () => + html``, + ProviderModelEnum.ProxyProxyprovider, (provider: OneOfProvider) => ({ providerModel: ProviderModelEnum.ProxyProxyprovider, ...(provider as ProxyProviderRequest), mode: ProxyMode.ForwardSingle, }), - ], [ "proxyprovider-forwarddomain", - msg("Forward Auth Domain Level"), + msg("Forward Auth (Domain Level)"), msg("For nginx's auth_request or traefix's forwardAuth per root domain"), - () => html``, - ProviderModelEnum.ProxyProxyprovider , + () => + html``, + ProviderModelEnum.ProxyProxyprovider, (provider: OneOfProvider) => ({ providerModel: ProviderModelEnum.ProxyProxyprovider, ...(provider as ProxyProviderRequest), @@ -98,39 +101,39 @@ const _providerModelsTable: ProviderType[] = [ ], [ "samlprovider", - msg("SAML Configuration"), + msg("SAML (Security Assertion Markup Language)"), msg("Configure SAML provider manually"), - () => html``, + () => + html``, ProviderModelEnum.SamlSamlprovider, (provider: OneOfProvider) => ({ providerModel: ProviderModelEnum.SamlSamlprovider, ...(provider as SAMLProviderRequest), }), - ], [ "radiusprovider", - msg("RADIUS Configuration"), + msg("RADIUS (Remote Authentication Dial-In User Service)"), msg("Configure RADIUS provider manually"), - () => html``, + () => + html``, ProviderModelEnum.RadiusRadiusprovider, - (provider: OneOfProvider) => ({ + (provider: OneOfProvider) => ({ providerModel: ProviderModelEnum.RadiusRadiusprovider, ...(provider as RadiusProviderRequest), }), - ], [ "scimprovider", - msg("SCIM configuration"), + msg("SCIM (System for Cross-domain Identity Management)"), msg("Configure SCIM provider manually"), - () => html``, + () => + html``, ProviderModelEnum.ScimScimprovider, - (provider: OneOfProvider) => ({ + (provider: OneOfProvider) => ({ providerModel: ProviderModelEnum.ScimScimprovider, ...(provider as SCIMProviderRequest), }), - ], ]; diff --git a/web/src/admin/applications/wizard/methods/oauth/ak-application-wizard-authentication-by-oauth.ts b/web/src/admin/applications/wizard/methods/oauth/ak-application-wizard-authentication-by-oauth.ts index cf6ceb9de..44c71b0a3 100644 --- a/web/src/admin/applications/wizard/methods/oauth/ak-application-wizard-authentication-by-oauth.ts +++ b/web/src/admin/applications/wizard/methods/oauth/ak-application-wizard-authentication-by-oauth.ts @@ -245,13 +245,14 @@ export class ApplicationWizardAuthenticationByOauth extends BaseProviderPanel { )} > - + + )} + > { - console.debug(`authentik/ws: closed ws connection: ${e}`); + console.debug("authentik/ws: closed ws connection", e); if (this.retryDelay > 6000) { window.dispatchEvent( new CustomEvent(EVENT_MESSAGE, { diff --git a/web/xliff/de.xlf b/web/xliff/de.xlf index 9c81bd837..00fe6b2c5 100644 --- a/web/xliff/de.xlf +++ b/web/xliff/de.xlf @@ -3324,14 +3324,6 @@ doesn't pass when either or both of the selected options are equal or above the User Info Benutzerinformation - - To create a recovery link, the current tenant needs to have a recovery flow configured. - Um einen Wiederherstellungslink erstellen zu können, muss für die aktuelle Umgebung ein Wiederherstellungsablauf konfigiert sein. - - - Reset Password - Passwort zurücksetzen - Actions over the last week (per 8 hours) Aktionen der letzten Woche (pro 8 Stunden) @@ -5807,39 +5799,24 @@ Bindings to groups/users are checked against the user of the event. UI Settings - - OAuth2/OpenID - Transparent Reverse Proxy For transparent reverse proxies with required authentication - - Forward Auth Single Application - For nginx's auth_request or traefix's forwardAuth - - Forward Auth Domain Level - For nginx's auth_request or traefix's forwardAuth per root domain Configure SAML provider manually - - RADIUS Configuration - Configure RADIUS provider manually - - SCIM configuration - Configure SCIM provider manually @@ -6004,6 +5981,45 @@ Bindings to groups/users are checked against the user of the event. Run the demo wizard + + + OAuth2/OIDC (Open Authorization/OpenID Connect) + + + LDAP (Lightweight Directory Access Protocol) + + + Forward Auth (Single Application) + + + Forward Auth (Domain Level) + + + SAML (Security Assertion Markup Language) + + + RADIUS (Remote Authentication Dial-In User Service) + + + SCIM (System for Cross-domain Identity Management) + + + The token has been copied to your clipboard + + + The token was displayed because authentik does not have permission to write to the clipboard + + + A copy of this recovery link has been placed in your clipboard + + + The current tenant must have a recovery flow configured to use a recovery link + + + Create recovery link + + + Create Recovery Link diff --git a/web/xliff/en.xlf b/web/xliff/en.xlf index 8f2f42b75..c80817208 100644 --- a/web/xliff/en.xlf +++ b/web/xliff/en.xlf @@ -3487,14 +3487,6 @@ doesn't pass when either or both of the selected options are equal or above the User Info User Info - - To create a recovery link, the current tenant needs to have a recovery flow configured. - To create a recovery link, the current tenant needs to have a recovery flow configured. - - - Reset Password - Reset Password - Actions over the last week (per 8 hours) Actions over the last week (per 8 hours) @@ -6089,39 +6081,24 @@ Bindings to groups/users are checked against the user of the event. UI Settings - - OAuth2/OpenID - Transparent Reverse Proxy For transparent reverse proxies with required authentication - - Forward Auth Single Application - For nginx's auth_request or traefix's forwardAuth - - Forward Auth Domain Level - For nginx's auth_request or traefix's forwardAuth per root domain Configure SAML provider manually - - RADIUS Configuration - Configure RADIUS provider manually - - SCIM configuration - Configure SCIM provider manually @@ -6286,6 +6263,45 @@ Bindings to groups/users are checked against the user of the event. Run the demo wizard + + + OAuth2/OIDC (Open Authorization/OpenID Connect) + + + LDAP (Lightweight Directory Access Protocol) + + + Forward Auth (Single Application) + + + Forward Auth (Domain Level) + + + SAML (Security Assertion Markup Language) + + + RADIUS (Remote Authentication Dial-In User Service) + + + SCIM (System for Cross-domain Identity Management) + + + The token has been copied to your clipboard + + + The token was displayed because authentik does not have permission to write to the clipboard + + + A copy of this recovery link has been placed in your clipboard + + + The current tenant must have a recovery flow configured to use a recovery link + + + Create recovery link + + + Create Recovery Link diff --git a/web/xliff/es.xlf b/web/xliff/es.xlf index 08477da67..9d614e262 100644 --- a/web/xliff/es.xlf +++ b/web/xliff/es.xlf @@ -3271,14 +3271,6 @@ doesn't pass when either or both of the selected options are equal or above the User Info Información del usuario - - To create a recovery link, the current tenant needs to have a recovery flow configured. - Para crear un enlace de recuperación, el inquilino actual debe tener configurado un flujo de recuperación. - - - Reset Password - Restablecer contraseña - Actions over the last week (per 8 hours) @@ -5722,39 +5714,24 @@ Bindings to groups/users are checked against the user of the event. UI Settings - - OAuth2/OpenID - Transparent Reverse Proxy For transparent reverse proxies with required authentication - - Forward Auth Single Application - For nginx's auth_request or traefix's forwardAuth - - Forward Auth Domain Level - For nginx's auth_request or traefix's forwardAuth per root domain Configure SAML provider manually - - RADIUS Configuration - Configure RADIUS provider manually - - SCIM configuration - Configure SCIM provider manually @@ -5919,6 +5896,45 @@ Bindings to groups/users are checked against the user of the event. Run the demo wizard + + + OAuth2/OIDC (Open Authorization/OpenID Connect) + + + LDAP (Lightweight Directory Access Protocol) + + + Forward Auth (Single Application) + + + Forward Auth (Domain Level) + + + SAML (Security Assertion Markup Language) + + + RADIUS (Remote Authentication Dial-In User Service) + + + SCIM (System for Cross-domain Identity Management) + + + The token has been copied to your clipboard + + + The token was displayed because authentik does not have permission to write to the clipboard + + + A copy of this recovery link has been placed in your clipboard + + + The current tenant must have a recovery flow configured to use a recovery link + + + Create recovery link + + + Create Recovery Link diff --git a/web/xliff/fr.xlf b/web/xliff/fr.xlf index ac905389c..a3cdc728d 100644 --- a/web/xliff/fr.xlf +++ b/web/xliff/fr.xlf @@ -4349,16 +4349,6 @@ doesn't pass when either or both of the selected options are equal or above the User Info Info utilisateur - - - To create a recovery link, the current tenant needs to have a recovery flow configured. - Pour créer un lien de récupération, le locataire actuel doit avoir un flux de récupération configuré. - - - - Reset Password - Réinitialiser le mot de passe - Actions over the last week (per 8 hours) @@ -7627,39 +7617,24 @@ Les liaisons avec les groupes/utilisateurs sont vérifiées par rapport à l'uti UI Settings - - OAuth2/OpenID - Transparent Reverse Proxy For transparent reverse proxies with required authentication - - Forward Auth Single Application - For nginx's auth_request or traefix's forwardAuth - - Forward Auth Domain Level - For nginx's auth_request or traefix's forwardAuth per root domain Configure SAML provider manually - - RADIUS Configuration - Configure RADIUS provider manually - - SCIM configuration - Configure SCIM provider manually @@ -7861,6 +7836,45 @@ Les liaisons avec les groupes/utilisateurs sont vérifiées par rapport à l'uti Run the demo wizard + + + OAuth2/OIDC (Open Authorization/OpenID Connect) + + + LDAP (Lightweight Directory Access Protocol) + + + Forward Auth (Single Application) + + + Forward Auth (Domain Level) + + + SAML (Security Assertion Markup Language) + + + RADIUS (Remote Authentication Dial-In User Service) + + + SCIM (System for Cross-domain Identity Management) + + + The token has been copied to your clipboard + + + The token was displayed because authentik does not have permission to write to the clipboard + + + A copy of this recovery link has been placed in your clipboard + + + The current tenant must have a recovery flow configured to use a recovery link + + + Create recovery link + + + Create Recovery Link diff --git a/web/xliff/pl.xlf b/web/xliff/pl.xlf index 5938a0e53..3f4d82371 100644 --- a/web/xliff/pl.xlf +++ b/web/xliff/pl.xlf @@ -3390,14 +3390,6 @@ doesn't pass when either or both of the selected options are equal or above the User Info Informacje użytkownika - - To create a recovery link, the current tenant needs to have a recovery flow configured. - Aby utworzyć link odzyskiwania, bieżący najmeca musi mieć skonfigurowany przepływ odzyskiwania. - - - Reset Password - Zresetuj hasło - Actions over the last week (per 8 hours) @@ -5930,39 +5922,24 @@ Bindings to groups/users are checked against the user of the event. UI Settings - - OAuth2/OpenID - Transparent Reverse Proxy For transparent reverse proxies with required authentication - - Forward Auth Single Application - For nginx's auth_request or traefix's forwardAuth - - Forward Auth Domain Level - For nginx's auth_request or traefix's forwardAuth per root domain Configure SAML provider manually - - RADIUS Configuration - Configure RADIUS provider manually - - SCIM configuration - Configure SCIM provider manually @@ -6127,6 +6104,45 @@ Bindings to groups/users are checked against the user of the event. Run the demo wizard + + + OAuth2/OIDC (Open Authorization/OpenID Connect) + + + LDAP (Lightweight Directory Access Protocol) + + + Forward Auth (Single Application) + + + Forward Auth (Domain Level) + + + SAML (Security Assertion Markup Language) + + + RADIUS (Remote Authentication Dial-In User Service) + + + SCIM (System for Cross-domain Identity Management) + + + The token has been copied to your clipboard + + + The token was displayed because authentik does not have permission to write to the clipboard + + + A copy of this recovery link has been placed in your clipboard + + + The current tenant must have a recovery flow configured to use a recovery link + + + Create recovery link + + + Create Recovery Link diff --git a/web/xliff/pseudo-LOCALE.xlf b/web/xliff/pseudo-LOCALE.xlf index 66ae3312c..1c2136688 100644 --- a/web/xliff/pseudo-LOCALE.xlf +++ b/web/xliff/pseudo-LOCALE.xlf @@ -4317,16 +4317,6 @@ doesn't pass when either or both of the selected options are equal or above the User Info Ũśēŕ Ĩńƒō - - - To create a recovery link, the current tenant needs to have a recovery flow configured. - Ţō ćŕēàţē à ŕēćōvēŕŷ ĺĩńķ, ţĥē ćũŕŕēńţ ţēńàńţ ńēēďś ţō ĥàvē à ŕēćōvēŕŷ ƒĺōŵ ćōńƒĩĝũŕēď. - - - - Reset Password - Ŕēśēţ Ƥàśśŵōŕď - Actions over the last week (per 8 hours) @@ -7569,10 +7559,6 @@ Bindings to groups/users are checked against the user of the event. UI Settings ŨĨ Śēţţĩńĝś - - OAuth2/OpenID - ŌÀũţĥ2/ŌƥēńĨĎ - Transparent Reverse Proxy Ţŕàńśƥàŕēńţ Ŕēvēŕśē Ƥŕōxŷ @@ -7581,18 +7567,10 @@ Bindings to groups/users are checked against the user of the event. For transparent reverse proxies with required authentication Ƒōŕ ţŕàńśƥàŕēńţ ŕēvēŕśē ƥŕōxĩēś ŵĩţĥ ŕēǫũĩŕēď àũţĥēńţĩćàţĩōń - - Forward Auth Single Application - Ƒōŕŵàŕď Àũţĥ Śĩńĝĺē Àƥƥĺĩćàţĩōń - For nginx's auth_request or traefix's forwardAuth Ƒōŕ ńĝĩńx'ś àũţĥ_ŕēǫũēśţ ōŕ ţŕàēƒĩx'ś ƒōŕŵàŕďÀũţĥ - - Forward Auth Domain Level - Ƒōŕŵàŕď Àũţĥ Ďōmàĩń Ĺēvēĺ - For nginx's auth_request or traefix's forwardAuth per root domain Ƒōŕ ńĝĩńx'ś àũţĥ_ŕēǫũēśţ ōŕ ţŕàēƒĩx'ś ƒōŕŵàŕďÀũţĥ ƥēŕ ŕōōţ ďōmàĩń @@ -7601,18 +7579,10 @@ Bindings to groups/users are checked against the user of the event. Configure SAML provider manually Ćōńƒĩĝũŕē ŚÀMĹ ƥŕōvĩďēŕ màńũàĺĺŷ - - RADIUS Configuration - ŔÀĎĨŨŚ Ćōńƒĩĝũŕàţĩōń - Configure RADIUS provider manually Ćōńƒĩĝũŕē ŔÀĎĨŨŚ ƥŕōvĩďēŕ màńũàĺĺŷ - - SCIM configuration - ŚĆĨM ćōńƒĩĝũŕàţĩōń - Configure SCIM provider manually Ćōńƒĩĝũŕē ŚĆĨM ƥŕōvĩďēŕ màńũàĺĺŷ @@ -7827,4 +7797,43 @@ Bindings to groups/users are checked against the user of the event. Run the demo wizard + + OAuth2/OIDC (Open Authorization/OpenID Connect) + + + LDAP (Lightweight Directory Access Protocol) + + + Forward Auth (Single Application) + + + Forward Auth (Domain Level) + + + SAML (Security Assertion Markup Language) + + + RADIUS (Remote Authentication Dial-In User Service) + + + SCIM (System for Cross-domain Identity Management) + + + The token has been copied to your clipboard + + + The token was displayed because authentik does not have permission to write to the clipboard + + + A copy of this recovery link has been placed in your clipboard + + + The current tenant must have a recovery flow configured to use a recovery link + + + Create recovery link + + + Create Recovery Link + diff --git a/web/xliff/tr.xlf b/web/xliff/tr.xlf index a92c5e669..ba6bfb6cc 100644 --- a/web/xliff/tr.xlf +++ b/web/xliff/tr.xlf @@ -3270,14 +3270,6 @@ doesn't pass when either or both of the selected options are equal or above the User Info Kullanıcı Bilgileri - - To create a recovery link, the current tenant needs to have a recovery flow configured. - Kurtarma bağlantısı oluşturmak için geçerli sakinin yapılandırılmış bir kurtarma akışı olması gerekir. - - - Reset Password - Parolayı Sıfırla - Actions over the last week (per 8 hours) @@ -5715,39 +5707,24 @@ Bindings to groups/users are checked against the user of the event. UI Settings - - OAuth2/OpenID - Transparent Reverse Proxy For transparent reverse proxies with required authentication - - Forward Auth Single Application - For nginx's auth_request or traefix's forwardAuth - - Forward Auth Domain Level - For nginx's auth_request or traefix's forwardAuth per root domain Configure SAML provider manually - - RADIUS Configuration - Configure RADIUS provider manually - - SCIM configuration - Configure SCIM provider manually @@ -5912,6 +5889,45 @@ Bindings to groups/users are checked against the user of the event. Run the demo wizard + + + OAuth2/OIDC (Open Authorization/OpenID Connect) + + + LDAP (Lightweight Directory Access Protocol) + + + Forward Auth (Single Application) + + + Forward Auth (Domain Level) + + + SAML (Security Assertion Markup Language) + + + RADIUS (Remote Authentication Dial-In User Service) + + + SCIM (System for Cross-domain Identity Management) + + + The token has been copied to your clipboard + + + The token was displayed because authentik does not have permission to write to the clipboard + + + A copy of this recovery link has been placed in your clipboard + + + The current tenant must have a recovery flow configured to use a recovery link + + + Create recovery link + + + Create Recovery Link diff --git a/web/xliff/zh-Hans.xlf b/web/xliff/zh-Hans.xlf index 80b665610..847196283 100644 --- a/web/xliff/zh-Hans.xlf +++ b/web/xliff/zh-Hans.xlf @@ -4351,16 +4351,6 @@ doesn't pass when either or both of the selected options are equal or above the User Info 用户信息 - - - To create a recovery link, the current tenant needs to have a recovery flow configured. - 要创建恢复链接,当前租户需要配置恢复流程。 - - - - Reset Password - 重置密码 - Actions over the last week (per 8 hours) @@ -7632,10 +7622,6 @@ Bindings to groups/users are checked against the user of the event. UI Settings 用户界面设置 - - OAuth2/OpenID - OAuth2/OpenID - Transparent Reverse Proxy 透明反向代理 @@ -7644,18 +7630,10 @@ Bindings to groups/users are checked against the user of the event. For transparent reverse proxies with required authentication 适用于需要验证身份的透明反向代理 - - Forward Auth Single Application - Forward Auth 单应用 - For nginx's auth_request or traefix's forwardAuth 适用于 nginx 的 auth_request 或 traefik 的 forwardAuth - - Forward Auth Domain Level - Forward Auth 域名级 - For nginx's auth_request or traefix's forwardAuth per root domain 适用于按根域名配置的 nginx 的 auth_request 或 traefik 的 forwardAuth @@ -7664,18 +7642,10 @@ Bindings to groups/users are checked against the user of the event. Configure SAML provider manually 手动配置 SAML 提供程序 - - RADIUS Configuration - RADIUS 配置 - Configure RADIUS provider manually 手动配置 RADIUS 提供程序 - - SCIM configuration - SCIM 配置 - Configure SCIM provider manually 手动配置 SCIM 提供程序 @@ -7897,6 +7867,45 @@ Bindings to groups/users are checked against the user of the event. Run the demo wizard 运行演示向导 + + + OAuth2/OIDC (Open Authorization/OpenID Connect) + + + LDAP (Lightweight Directory Access Protocol) + + + Forward Auth (Single Application) + + + Forward Auth (Domain Level) + + + SAML (Security Assertion Markup Language) + + + RADIUS (Remote Authentication Dial-In User Service) + + + SCIM (System for Cross-domain Identity Management) + + + The token has been copied to your clipboard + + + The token was displayed because authentik does not have permission to write to the clipboard + + + A copy of this recovery link has been placed in your clipboard + + + The current tenant must have a recovery flow configured to use a recovery link + + + Create recovery link + + + Create Recovery Link diff --git a/web/xliff/zh-Hant.xlf b/web/xliff/zh-Hant.xlf index a338b32ba..2eb231b9c 100644 --- a/web/xliff/zh-Hant.xlf +++ b/web/xliff/zh-Hant.xlf @@ -3297,14 +3297,6 @@ doesn't pass when either or both of the selected options are equal or above the User Info 用户信息 - - To create a recovery link, the current tenant needs to have a recovery flow configured. - 要创建恢复链接,当前租户需要配置恢复流程。 - - - Reset Password - 重置密码 - Actions over the last week (per 8 hours) @@ -5763,39 +5755,24 @@ Bindings to groups/users are checked against the user of the event. UI Settings - - OAuth2/OpenID - Transparent Reverse Proxy For transparent reverse proxies with required authentication - - Forward Auth Single Application - For nginx's auth_request or traefix's forwardAuth - - Forward Auth Domain Level - For nginx's auth_request or traefix's forwardAuth per root domain Configure SAML provider manually - - RADIUS Configuration - Configure RADIUS provider manually - - SCIM configuration - Configure SCIM provider manually @@ -5960,6 +5937,45 @@ Bindings to groups/users are checked against the user of the event. Run the demo wizard + + + OAuth2/OIDC (Open Authorization/OpenID Connect) + + + LDAP (Lightweight Directory Access Protocol) + + + Forward Auth (Single Application) + + + Forward Auth (Domain Level) + + + SAML (Security Assertion Markup Language) + + + RADIUS (Remote Authentication Dial-In User Service) + + + SCIM (System for Cross-domain Identity Management) + + + The token has been copied to your clipboard + + + The token was displayed because authentik does not have permission to write to the clipboard + + + A copy of this recovery link has been placed in your clipboard + + + The current tenant must have a recovery flow configured to use a recovery link + + + Create recovery link + + + Create Recovery Link diff --git a/web/xliff/zh_TW.xlf b/web/xliff/zh_TW.xlf index 56799306e..be270f834 100644 --- a/web/xliff/zh_TW.xlf +++ b/web/xliff/zh_TW.xlf @@ -3297,14 +3297,6 @@ doesn't pass when either or both of the selected options are equal or above the User Info 用户信息 - - To create a recovery link, the current tenant needs to have a recovery flow configured. - 要创建恢复链接,当前租户需要配置恢复流程。 - - - Reset Password - 重置密码 - Actions over the last week (per 8 hours) @@ -5762,39 +5754,24 @@ Bindings to groups/users are checked against the user of the event. UI Settings - - OAuth2/OpenID - Transparent Reverse Proxy For transparent reverse proxies with required authentication - - Forward Auth Single Application - For nginx's auth_request or traefix's forwardAuth - - Forward Auth Domain Level - For nginx's auth_request or traefix's forwardAuth per root domain Configure SAML provider manually - - RADIUS Configuration - Configure RADIUS provider manually - - SCIM configuration - Configure SCIM provider manually @@ -5959,6 +5936,45 @@ Bindings to groups/users are checked against the user of the event. Run the demo wizard + + + OAuth2/OIDC (Open Authorization/OpenID Connect) + + + LDAP (Lightweight Directory Access Protocol) + + + Forward Auth (Single Application) + + + Forward Auth (Domain Level) + + + SAML (Security Assertion Markup Language) + + + RADIUS (Remote Authentication Dial-In User Service) + + + SCIM (System for Cross-domain Identity Management) + + + The token has been copied to your clipboard + + + The token was displayed because authentik does not have permission to write to the clipboard + + + A copy of this recovery link has been placed in your clipboard + + + The current tenant must have a recovery flow configured to use a recovery link + + + Create recovery link + + + Create Recovery Link