Models configuration options for OpenIdConnect clients.
The URL of the authority application.
public String Authority { get; set; }Client application Id.
public String ClientId { get; set; }Client application secret.
public String ClientSecret { get; set; }In this document