Class ConfigFile.OidcLogin
Utility class to get access to values related to CRM Oidc login
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.OidcLogin
Properties
Authority
OpenID connect authority/ wellKnown url ([Authority]/.well-known/openid-configuration must return discovery document.)
Declaration
public static string Authority { get; set; }
Property Value
Type | Description |
---|---|
string |
ClientId
ClientID for SuperOffice CRM, different for each environment/Identity Provider
Declaration
public static string ClientId { get; set; }
Property Value
Type | Description |
---|---|
string |
IsSSOEnabled
Boolean to check if SSO is enabled for tenant
Declaration
public static bool IsSSOEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool |
UserNameClaim
Claim to get userName from external identity token
Declaration
public static string UserNameClaim { get; set; }
Property Value
Type | Description |
---|---|
string |