keystoneauth1.identity.v3.federation module¶
- class keystoneauth1.identity.v3.federation.FederationBaseAuth(auth_url, identity_provider, protocol, **kwargs)
Bases:
keystoneauth1.identity.v3.federation._Rescoped
Federation authentication plugin.
- Parameters
auth_url (string) – URL of the Identity Service
identity_provider (string) – name of the Identity Provider the client will authenticate against. This parameter will be used to build a dynamic URL used to obtain unscoped OpenStack token.
protocol (string) – name of the protocol the client will authenticate against.
- property federated_token_url
Full URL where authorization data is sent.