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

* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT * DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT
5.1 KiB
5.1 KiB
title | slug |
---|---|
Provider Registry | /sdk/python/api-reference/provider-registry |
module provider_registry
Register auth provider init functions here
Global Variables
- PROVIDER_CLASS_MAP
function warn_auth_deprecation
warn_auth_deprecation(auth_provider: AuthProvider) → None
function warn_not_supported
warn_not_supported() → None
function no_auth_init
no_auth_init(config: OpenMetadataConnection) → AuthenticationProvider
function basic_auth_init
basic_auth_init(config: OpenMetadataConnection) → AuthenticationProvider
function saml_auth_init
saml_auth_init(config: OpenMetadataConnection) → AuthenticationProvider
function ldap_auth_init
ldap_auth_init(config: OpenMetadataConnection) → AuthenticationProvider
function google_auth_init
google_auth_init(config: OpenMetadataConnection) → AuthenticationProvider
function okta_auth_init
okta_auth_init(config: OpenMetadataConnection) → AuthenticationProvider
function auth0_auth_init
auth0_auth_init(config: OpenMetadataConnection) → AuthenticationProvider
function azure_auth_init
azure_auth_init(config: OpenMetadataConnection) → AuthenticationProvider
function custom_oidc_auth_init
custom_oidc_auth_init(config: OpenMetadataConnection) → AuthenticationProvider
function om_auth_init
om_auth_init(config: OpenMetadataConnection) → AuthenticationProvider
class InvalidAuthProviderException
Raised when we cannot find a valid auth provider in the registry