Correct name for authentik IDP (#4121)

This commit is contained in:
NiceDevil
2025-01-10 23:41:02 +01:00
committed by GitHub
parent 6bcccaa943
commit da13dfa570

View File

@@ -363,7 +363,7 @@ const openIdProviders: (OpenIdProviderOption | typeof Menu.line)[] = [
),
},
{
label: 'Authentik',
label: 'authentik',
value: 'authentik',
issuer: 'https://{domain}/application/o/{provider-slug-name}/',
clientIdRequired: true,
@@ -372,7 +372,7 @@ const openIdProviders: (OpenIdProviderOption | typeof Menu.line)[] = [
tip: (
<Text style={{ color: theme.warningText }}>
<Trans>
Note that the URL depends on your Authentik domain and provider slug
Note that the URL depends on your authentik domain and provider slug
name.
</Trans>{' '}
<Link