Skip to main content

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