Table of Contents

Class SelfServiceSsoConnectionConfigIdpInitiated

Namespace
Auth0.ManagementApi.Models.SelfServiceProfiles
Assembly
Auth0.ManagementApi.dll

Allows IdP-initiated login

public class SelfServiceSsoConnectionConfigIdpInitiated
Inheritance
SelfServiceSsoConnectionConfigIdpInitiated
Inherited Members

Properties

ClientAuthorizeQuery

[JsonProperty("client_authorizequery")]
public string ClientAuthorizeQuery { get; set; }

Property Value

string

ClientId

Default application client_id user is redirected to after validated SAML response

[JsonProperty("client_id")]
public string ClientId { get; set; }

Property Value

string

ClientProtocol

The protocol used to connect to the default application

[JsonProperty("client_protocol")]
[JsonConverter(typeof(StringEnumConverter))]
public ClientProtocol ClientProtocol { get; set; }

Property Value

ClientProtocol

Enabled

Enables IdP-initiated login for this connection

[JsonProperty("enabled")]
public bool? Enabled { get; set; }

Property Value

bool?