SCIM Manuel -> SCIM
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
8add865995
commit
5a33e7e4d7
|
@ -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
|
||||||
|
|
Reference in New Issue