Representation of an identity provider.
Name | Type | Description | Notes |
---|---|---|---|
kind | str | Indicates the type of this object. Will be 'IdentityProvider' if this is a complete object or 'IdentityProviderLink' if it is just a link. | [optional] |
id | str | Unique identifier of the object. | [optional] |
href | str | Self link. | [optional] |
ldap | LDAPIdentityProvider | [optional] | |
challenge | bool | When `true` unauthenticated token requests from non-web clients (like the CLI) are sent a `WWW-Authenticate` challenge header for this provider. | [optional] |
github | GithubIdentityProvider | [optional] | |
gitlab | GitlabIdentityProvider | [optional] | |
GoogleIdentityProvider | [optional] | ||
htpasswd | HTPasswdIdentityProvider | [optional] | |
login | bool | When `true` unauthenticated token requests from web clients (like the web console) are redirected to the authorize URL to log in. | [optional] |
mapping_method | IdentityProviderMappingMethod | [optional] | |
name | str | The name of the identity provider. | [optional] |
open_id | OpenIDIdentityProvider | [optional] | |
type | IdentityProviderType | [optional] |