SsoPropertiesResponse

data class SsoPropertiesResponse(val clientId: String? = null, val clientSecret: String? = null, val issuerUri: String? = null, val scope: List<String>? = null)

Single sign-on related configuration

Constructors

Link copied to clipboard
constructor(clientId: String? = null, clientSecret: String? = null, issuerUri: String? = null, scope: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

The public identifier for the application

Link copied to clipboard
val clientSecret: String? = null

The secret known only to the application and the authorization server

Link copied to clipboard
val issuerUri: String? = null

The URI of Issuer Identifier

Link copied to clipboard
val scope: List<String>? = null

It defines the specific actions applications can be allowed to do on a user's behalf