CustomOpenIdConnectProviderResponse

data class CustomOpenIdConnectProviderResponse(val enabled: Boolean? = null, val login: OpenIdConnectLoginResponse? = null, val registration: OpenIdConnectRegistrationResponse? = null)

The configuration settings of the custom Open ID Connect provider.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, login: OpenIdConnectLoginResponse? = null, registration: OpenIdConnectRegistrationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

false if the custom Open ID provider provider should not be enabled; otherwise, true.

Link copied to clipboard

The configuration settings of the login flow of the custom Open ID Connect provider.

Link copied to clipboard

The configuration settings of the app registration for the custom Open ID Connect provider.