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