Table of Contents

Class SelfServiceSsoConnectionConfig

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

If provided, this will create a new connection for the SSO flow with the given configuration.

public class SelfServiceSsoConnectionConfig
Inheritance
SelfServiceSsoConnectionConfig
Inherited Members

Properties

Name

Name of the connection that will be created as part of the SSO flow.

[JsonProperty("name")]
public string Name { get; set; }

Property Value

string