OpenIDConnectProvider public class OpenIDConnectProvider Documentation public Uri Authority { get; set; } public string Caption { get; set; } public string ClientId { get; set; } public string ClientSecret { get; set; } public string Description { get; set; } public bool DisplayOnLoginPage { get; set; } public OAuth2Flow Flow { get; set; } public bool IsEnabled { get; set; } public string Name { get; set; } public Uri RedirectUri { get; set; } public string SubjectClaimType { get; set; } public OpenIDConnectProvider()