Waiting for engine...
Skip to main content

AuthSourceType

No description

enum AuthSourceType {
OPENID
SAML
BASIC
BASIC_GATEWAY
JWT
}

Values

AuthSourceType.OPENID

A broker-based authentication source that delegates to a third-party identity provider using OpenID Connect.

AuthSourceType.SAML

A broker-based authentication source that delegates to a third-party identity provider using SAML.

AuthSourceType.BASIC

A broker-based authentication source that provides "basic auth"-like functionality.

AuthSourceType.BASIC_GATEWAY

A gateway-hosted authentication source that provides basic auth functionality.

AuthSourceType.JWT

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.

On this Page