Module authtoken_scope

Source
Expand description

OpenStack AuthToken Scope handling

When authenticating with AuthToken user is able to explicitly request scope (authorization)

  • project - intention to work with a certain project
  • domain - intention to work with a certain domain
  • unscoped - authenticate without any explicit roles

Enumsยง

AuthTokenScope
Represents AuthToken authorization scope
AuthTokenScopeError
AuthToken (X-Auth-Token) Scope based auth errors