diff --git a/web/src/admin/applications/wizard/methods/ldap/ak-application-wizard-authentication-by-ldap.ts b/web/src/admin/applications/wizard/methods/ldap/ak-application-wizard-authentication-by-ldap.ts index c34f797684..75b392f714 100644 --- a/web/src/admin/applications/wizard/methods/ldap/ak-application-wizard-authentication-by-ldap.ts +++ b/web/src/admin/applications/wizard/methods/ldap/ak-application-wizard-authentication-by-ldap.ts @@ -62,6 +62,19 @@ export class ApplicationWizardApplicationDetails extends WithBrandConfig(BasePro ${msg("Flow used for users to authenticate.")}
+${msg("Flow used for unbinding users.")}
+- ${msg("Flow used when logging out of this provider.")} -
-+ ${msg( + "Flow used when a user access this provider and is not authenticated.", + )} +
++ ${msg("Flow used when logging out of this provider.")} +
+- ${msg("Flow used when logging out of this provider.")} -
-+ ${msg( + "Flow used when a user access this provider and is not authenticated.", + )} +
++ ${msg("Flow used when logging out of this provider.")} +
+- ${msg("Flow used when logging out of this provider.")} -
-+ ${msg( + "Flow used when a user access this provider and is not authenticated.", + )} +
++ ${msg("Flow used when logging out of this provider.")} +
+- ${msg( - "When enabled, the assertion element of the SAML response will be signed.", - )} -
-+ ${msg( + "When enabled, the assertion element of the SAML response will be signed.", + )} +
+- ${msg( - "When enabled, the assertion element of the SAML response will be signed.", - )} -
-+ ${msg( + "When enabled, the assertion element of the SAML response will be signed.", + )} +
+ ` + : nothing + }${msg("Flow used for unbinding users.")}
diff --git a/web/src/admin/providers/oauth2/OAuth2ProviderForm.ts b/web/src/admin/providers/oauth2/OAuth2ProviderForm.ts index cbf629bd36..dd4d8b2a55 100644 --- a/web/src/admin/providers/oauth2/OAuth2ProviderForm.ts +++ b/web/src/admin/providers/oauth2/OAuth2ProviderForm.ts @@ -155,6 +155,20 @@ export class OAuth2ProviderFormPage extends BaseProviderForm+ ${msg("Flow used when authorizing this provider.")} +
+- ${msg("Flow used when authorizing this provider.")} -
-
diff --git a/web/src/admin/providers/proxy/ProxyProviderForm.ts b/web/src/admin/providers/proxy/ProxyProviderForm.ts
index 48ecc5e30a..86c34969f1 100644
--- a/web/src/admin/providers/proxy/ProxyProviderForm.ts
+++ b/web/src/admin/providers/proxy/ProxyProviderForm.ts
@@ -258,6 +258,20 @@ export class ProxyProviderFormPage extends BaseProviderForm
+ ${msg("Flow used when authorizing this provider.")} +
+- ${msg("Flow used when authorizing this provider.")} -
-
diff --git a/web/src/admin/providers/saml/SAMLProviderForm.ts b/web/src/admin/providers/saml/SAMLProviderForm.ts
index ae18f67200..ef35d2960b 100644
--- a/web/src/admin/providers/saml/SAMLProviderForm.ts
+++ b/web/src/admin/providers/saml/SAMLProviderForm.ts
@@ -89,6 +89,20 @@ export class SAMLProviderFormPage extends BaseProviderForm
+ ${msg("Flow used when authorizing this provider.")} +
+- ${msg("Flow used when authorizing this provider.")} -
-
diff --git a/web/src/admin/providers/saml/SAMLProviderImportForm.ts b/web/src/admin/providers/saml/SAMLProviderImportForm.ts
index 98b7c3409c..3241e24b66 100644
--- a/web/src/admin/providers/saml/SAMLProviderImportForm.ts
+++ b/web/src/admin/providers/saml/SAMLProviderImportForm.ts
@@ -54,6 +54,7 @@ export class SAMLProviderImportForm extends Form
diff --git a/web/src/flow/stages/RedirectStage.ts b/web/src/flow/stages/RedirectStage.ts
index f2abe52c72..1ab048616c 100644
--- a/web/src/flow/stages/RedirectStage.ts
+++ b/web/src/flow/stages/RedirectStage.ts
@@ -43,8 +43,17 @@ export class RedirectStage extends BaseStage