mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-09 10:09:09 +00:00

* Updated generate_docs_schema * Updated generate_docs_schema * Updated generate_docs_schema * applied generate_docs_schema script * Revert the changes in this file --------- Co-authored-by: Tarun <tarun.p@deuexsolutions.com> Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
1.3 KiB
1.3 KiB
title | slug |
---|---|
ssoAuth | /main-concepts/metadata-standard/schemas/auth/ssoauth |
SSOAuthMechanism
User/Bot SSOAuthN.
Properties
ssoServiceType
(string): Type of database service such as Amundsen, Atlas... Must be one of:["google", "okta", "auth0", "custom-oidc", "azure"]
.authConfig
: The authentication configuration used by the SSO.- One of
- : Google SSO Configuration. Refer to ../security/client/googleSSOClientConfig.json.
- : Okta SSO Configuration. Refer to ../security/client/oktaSSOClientConfig.json.
- : Auth0 SSO Configuration. Refer to ../security/client/auth0SSOClientConfig.json.
- : Azure SSO Configuration. Refer to ../security/client/azureSSOClientConfig.json.
- : Custom OIDC SSO Configuration. Refer to ../security/client/customOidcSSOClientConfig.json.
- : SAML SSO Configuration. Refer to ../security/client/samlSSOClientConfig.json.
- One of
Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.