Skip to content

Commit

Permalink
Correct name for authentik IDP (#4121)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicedevil007 authored Jan 10, 2025
1 parent 6bcccaa commit da13dfa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit da13dfa

Please sign in to comment.