mirror of
https://github.com/goauthentik/authentik.git
synced 2026-06-17 19:09:11 +03:00
providers/scim: Add GitLab compatibility mode (#22906)
* providers/scim: Add GitLab compatibility mode Add a GitLab SCIM compatibility mode that skips ServiceProviderConfig probing and document when to use it. Also wrap non-JSON SCIM responses so providers that return HTML redirects fall back through the existing ServiceProviderConfig default path. Agent-thread: https://sdko.org/internal/thr/per/019ea36a-92dd-7651-8a2d-0d838e724a7d A7k-product: product A7k-product-repo: 1 Co-authored-by: Agent <agent@svc.sdko.net> * providers/scim: Fold GitLab mode into existing migration Agent-thread: https://sdko.org/internal/thr/ak/019ea7bd-ce63-77a2-90d6-5dcc25d4402d A7k-product: product A7k-product-repo: 2 Co-authored-by: Agent <agent@svc.sdko.net> --------- Co-authored-by: Agent <agent@svc.sdko.net>
This commit is contained in:
@@ -21,6 +21,7 @@ export const CompatibilityModeEnum = {
|
||||
Aws: "aws",
|
||||
Slack: "slack",
|
||||
Sfdc: "sfdc",
|
||||
Gitlab: "gitlab",
|
||||
Webex: "webex",
|
||||
Vcenter: "vcenter",
|
||||
UnknownDefaultOpenApi: "11184809",
|
||||
|
||||
Reference in New Issue
Block a user