Module auth

Module auth 

Source
Expand description

OpenStack API authentication

Currently there are only 2 types of auth supported:

  • AuthToken (X-Auth-Token header)
  • None (unauthenticated)

Modules§

auth_helper
Authentication helper.
authtoken
OpenStack AuthToken based authorization (X-Auth-Token)
authtoken_scope
OpenStack AuthToken Scope handling
v3applicationcredential
Helper methods to deal with OpenStack authentication with Application Credentials
v3oidcaccesstoken
Federated (OAUTH2/OIDC) authentication using the OIDC access token
v3password
Helper methods to deal with OpenStack authentication with user name/password
v3token
Helper methods to deal with OpenStack authentication with Auth Token
v3totp
Helper methods to deal with OpenStack authentication with TOTP token
v3websso
WebSSO callback server handling

Enums§

Auth
An OpenStack Authentication type
AuthError
Authentication error.
AuthState
Authentication state enum