Interface ISsoAppDefaultSettings
Interface for getting SSO default settings from app config (.net core and .net framework).
Assembly: Terrasoft.Core.dll
Syntax
public interface ISsoAppDefaultSettings
Properties
DefaultPartnerName
Declaration
string DefaultPartnerName { get; }
Property Value
Type |
Description |
System.String |
|
SamlNameFieldName
Declaration
string SamlNameFieldName { get; }
Property Value
Type |
Description |
System.String |
|
SamlRoleFieldName
Declaration
string SamlRoleFieldName { get; }
Property Value
Type |
Description |
System.String |
|
UseSsoByDefault
Use SSO login by default flag.
Declaration
bool UseSsoByDefault { get; }
Property Value
Type |
Description |
System.Boolean |
|
Extension Methods