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
Benutzerinformation
-
-
- Um einen Wiederherstellungslink erstellen zu können, muss für die aktuelle Umgebung ein Wiederherstellungsablauf konfigiert sein.
-
-
-
- Passwort zurücksetzen
-
Aktionen der letzten Woche (pro 8 Stunden)
@@ -5807,39 +5799,24 @@ Bindings to groups/users are checked against the user of the event.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -6004,6 +5981,45 @@ Bindings to groups/users are checked against the user of the event.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+