sdk

No menu items for this category

module auth_provider

Interface definition for an Auth provider

Global Variables


  • ACCESS_TOKEN
  • EXPIRY

Error trying to get the token from the provider


Interface definition for an Authentication provider


Authentication token

Returns: str


Create authentication

Arguments:

  • <b>config</b> (ConfigModel): configuration

Returns: AuthenticationProvider


Authentication token

Returns: str


Extends AuthenticationProvider class

Args: config (MetadataServerConfig):

Attributes: config (MetadataServerConfig)





Google authentication implementation

Args: config (MetadataServerConfig):

Attributes: config (MetadataServerConfig)





Prepare the Json Web Token for Okta auth





OAuth authentication implementation

Args: config (MetadataServerConfig):

Attributes: config (MetadataServerConfig)





Prepare the Json Web Token for Azure auth





Custom OIDC authentication implementation

Args: config (MetadataServerConfig):

Attributes: config (MetadataServerConfig)





OpenMetadata authentication implementation

Args: config (MetadataServerConfig):

Attributes: config (MetadataServerConfig)