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 16b3ce01af..6b54393b9e 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 cf6ceb9de9..44c71b0a33 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 9c81bd837b..00fe6b2c53 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