AuthSourceType
No description
enum AuthSourceType {
OPENID
SAML
BASIC
BASIC_GATEWAY
JWT
}
Values
A broker-based authentication source that delegates to a third-party identity provider using OpenID Connect.
A broker-based authentication source that delegates to a third-party identity provider using SAML.
A broker-based authentication source that provides "basic auth"-like functionality.
A gateway-hosted authentication source that provides basic auth functionality.
An authentication source that delegates to a third-party identity provider that uses OpenID Connect. This type relies on access tokens that adhere to the JSON Web Token (JWT) specification.
Was this topic helpful?