SCIM Manuel -> SCIM

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer 2023-10-09 22:28:19 +02:00
parent 8add865995
commit 5a33e7e4d7
No known key found for this signature in database
1 changed files with 3 additions and 4 deletions

View File

@ -48,15 +48,14 @@ const _providerModelsTable: ProviderType[] = [
msg("Transparent Reverse Proxy"),
msg("For transparent reverse proxies with required authentication"),
() => html`<ak-application-wizard-authentication-for-reverse-proxy></ak-application-wizard-authentication-for-reverse-proxy>`,
ProviderModelEnum.ProxyProxyprovider
ProviderModelEnum.ProxyProxyprovider
],
[
"proxyprovider-forwardsingle",
msg("Forward Single Proxy"),
msg("For nginx's auth_request or traefix's forwardAuth"),
() => html`<ak-application-wizard-authentication-for-single-forward-proxy></ak-application-wizard-authentication-for-single-forward-proxy>`,
ProviderModelEnum.ProxyProxyprovider
ProviderModelEnum.ProxyProxyprovider
],
[
"samlprovider",
@ -74,7 +73,7 @@ const _providerModelsTable: ProviderType[] = [
],
[
"scimprovider",
msg("SCIM Manual configuration"),
msg("SCIM configuration"),
msg("Configure SCIM provider manually"),
() => html`<ak-application-wizard-authentication-by-scim></ak-application-wizard-authentication-by-scim>`,
ProviderModelEnum.ScimScimprovider