All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
AuthenticationProviderSettings Class Reference

AuthenticationProviderSettings class More...

Public Member Functions

 AuthenticationProviderSettings ()
 Initializes a new instance of the AuthenticationProviderSettings class. More...
 

Properties

StringCollection AlternativeResponseCertificates [get, set]
 Gets or sets the alternative response certificates. More...
 
short BindingType [get, set]
 Gets or sets the Settings More...
 
bool LogOffProvider [get, set]
 Gets or sets a value indicating whether [log off provider]. More...
 
string RelyingParty [get, set]
 Gets or sets the relying party. This is usually optional, but some Providers like Azure AD, ADFS need this to be specified. For Azure AD this property should be specified with the App ID URI/Identifier, for ADFS this should be specified with the Relying Trust Party Identifier.
Note: If the App ID URI/Identifier(for Azure AD) or the Relying Trust Party Identifier(for ADFS) is same as TA server URL (for example: http://server/TotalAgility/), you need not specify this property. More...
 
SignatureSettings SamlRequestSignatureSettings [get, set]
 Gets or sets the settings to sign saml requests. More...
 
UserClaimMappings UserClaimMappings [get, set]
 Gets or sets the User Claim Mappings More...
 
UserClaimRules UserClaimRules [get, set]
 Gets or sets the User Claim Rules More...
 

Description

AuthenticationProviderSettings class

Constructor & Destructor Documentation

Initializes a new instance of the AuthenticationProviderSettings class.

Property Documentation

StringCollection AlternativeResponseCertificates
getset

Gets or sets the alternative response certificates.

The alternative response certificates.

short BindingType
getset

Gets or sets the Settings

bool LogOffProvider
getset

Gets or sets a value indicating whether [log off provider].

true if [log off provider]; otherwise, false.

string RelyingParty
getset

Gets or sets the relying party. This is usually optional, but some Providers like Azure AD, ADFS need this to be specified. For Azure AD this property should be specified with the App ID URI/Identifier, for ADFS this should be specified with the Relying Trust Party Identifier.
Note: If the App ID URI/Identifier(for Azure AD) or the Relying Trust Party Identifier(for ADFS) is same as TA server URL (for example: http://server/TotalAgility/), you need not specify this property.

The relying party.

SignatureSettings SamlRequestSignatureSettings
getset

Gets or sets the settings to sign saml requests.

The request signature settings.

Gets or sets the User Claim Mappings

Gets or sets the User Claim Rules