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
ClientId
Default application client_id user is redirected to after validated SAML response
[JsonProperty("client_id")]
public string ClientId { get; set; }
Property Value
ClientProtocol
The protocol used to connect to the default application
[JsonProperty("client_protocol")]
[JsonConverter(typeof(StringEnumConverter))]
public ClientProtocol ClientProtocol { get; set; }
Property Value
Enabled
Enables IdP-initiated login for this connection
[JsonProperty("enabled")]
public bool? Enabled { get; set; }
Property Value
- bool?