Open Id Connect Config Args
data class OpenIdConnectConfigArgs(val authorizationEndpoint: Output<String>? = null, val certificationUri: Output<String>? = null, val issuer: Output<String>? = null, val tokenEndpoint: Output<String>? = null, val wellKnownOpenIdConfiguration: Output<String>? = null) : ConvertibleToJava<OpenIdConnectConfigArgs>
The configuration settings of the endpoints used for the custom Open ID Connect provider.
Constructors
Properties
Link copied to clipboard
The endpoint to be used to make an authorization request.
Link copied to clipboard
The endpoint that provides the keys necessary to validate the token.
Link copied to clipboard
The endpoint to be used to request a token.
Link copied to clipboard
The endpoint that contains all the configuration endpoints for the provider.