Back to Node Auth0

Interface SelfServiceProfileSsoTicketIdpInitiatedOptions

docs/interfaces/management.Management.SelfServiceProfileSsoTicketIdpInitiatedOptions.html

5.9.11.9 KB
Original Source

Interface SelfServiceProfileSsoTicketIdpInitiatedOptions

Allows IdP-initiated login

interface SelfServiceProfileSsoTicketIdpInitiatedOptions {
enabled?: boolean;
client_id?: string;
client_protocol?: Management.SelfServiceProfileSsoTicketIdpInitiatedClientProtocolEnum;
client_authorizequery?: string;
}

Index

Properties

enabled?client_id?client_protocol?client_authorizequery?

Properties

Optionalenabled

enabled?: boolean

Enables IdP-initiated login for this connection

Optionalclient_id

client_id?: string

Default application client_id user is redirected to after validated SAML response

Optionalclient_protocol

client_protocol?: Management.SelfServiceProfileSsoTicketIdpInitiatedClientProtocolEnum

Optionalclient_authorizequery

client_authorizequery?: string

Query string options to customize the behaviour for OpenID Connect when idpinitiated.client_protocol is oauth2. Allowed parameters: redirect_uri, scope, response_type. For example, redirect_uri=https://jwt.io&scope=openid email&response_type=token

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties enabledclient_idclient_protocolclient_authorizequery