ApplicationPortalOptionsSignInOptions

data class ApplicationPortalOptionsSignInOptions(val applicationUrl: String? = null, val origin: String)

Constructors

Link copied to clipboard
fun ApplicationPortalOptionsSignInOptions(applicationUrl: String? = null, origin: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val applicationUrl: String? = null

URL that accepts authentication requests for an application.

Link copied to clipboard

Determines how IAM Identity Center navigates the user to the target application. Valid values are APPLICATION and IDENTITY_CENTER. If APPLICATION is set, IAM Identity Center redirects the customer to the configured application_url. If IDENTITY_CENTER is set, IAM Identity Center uses SAML identity-provider initiated authentication to sign the customer directly into a SAML-based application.