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

@ -56,7 +56,6 @@ const _providerModelsTable: ProviderType[] = [
msg("For nginx's auth_request or traefix's forwardAuth"), 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>`, () => html`<ak-application-wizard-authentication-for-single-forward-proxy></ak-application-wizard-authentication-for-single-forward-proxy>`,
ProviderModelEnum.ProxyProxyprovider ProviderModelEnum.ProxyProxyprovider
], ],
[ [
"samlprovider", "samlprovider",
@ -74,7 +73,7 @@ const _providerModelsTable: ProviderType[] = [
], ],
[ [
"scimprovider", "scimprovider",
msg("SCIM Manual configuration"), msg("SCIM configuration"),
msg("Configure SCIM provider manually"), msg("Configure SCIM provider manually"),
() => html`<ak-application-wizard-authentication-by-scim></ak-application-wizard-authentication-by-scim>`, () => html`<ak-application-wizard-authentication-by-scim></ak-application-wizard-authentication-by-scim>`,
ProviderModelEnum.ScimScimprovider ProviderModelEnum.ScimScimprovider