UpdateParameters
data class UpdateParameters(val connectionId: String, val displayName: String? = null, val issuer: String? = null, val clientId: String? = null, val clientSecret: String? = null, val authorizationUrl: String? = null, val tokenUrl: String? = null, val userInfoUrl: String? = null, val jwksUrl: String? = null)
Data class used for wrapping the parameters for an OIDC update request
Constructors
Properties
Link copied to clipboard
The location of the URL that starts an OAuth login at the IdP. This will be provided by the IdP.
Link copied to clipboard
The secret belonging to the OAuth2.0 client used to authenticate login attempts. This will be provided by the IdP.
Link copied to clipboard
Globally unique UUID that identifies a specific OIDC Connection.
Link copied to clipboard
A human-readable display name for the connection.
Link copied to clipboard
The location of the IDP's UserInfo Endpoint. This will be provided by the IdP.