Table of Contents

Class SelfServiceSsoConnectionConfigOptions

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

The connection's options (depend on the connection strategy)

public class SelfServiceSsoConnectionConfigOptions
Inheritance
SelfServiceSsoConnectionConfigOptions
Inherited Members

Properties

DomainAliases

List of domain_aliases that can be authenticated in the Identity Provider

[JsonProperty("domain_aliases")]
public string[] DomainAliases { get; set; }

Property Value

string[]

IconUrl

URL for the icon. Must use HTTPS.

[JsonProperty("icon_url")]
public string IconUrl { get; set; }

Property Value

string

IdpInitiated

Allows IdP-initiated login

[JsonProperty("idpinitiated")]
public SelfServiceSsoConnectionConfigIdpInitiated IdpInitiated { get; set; }

Property Value

SelfServiceSsoConnectionConfigIdpInitiated