ClaimsAuth Configuration
The control accepts one or more of the following configuration settings. Configuration settings are similar in functionality to properties, but they are rarely used. In order to avoid "polluting" the property namespace of the control, access to these internal properties is provided through the Config method.ClaimsAuth Configuration Settings
DecryptAssertion: Whether to decrypt the assertion. This setting specifies whether the control should decrypt the assertion. If set to True the control will use the certificate specified by Certificate to decrypt the assertion. The default value is False. | |
RawRequest: Returns the raw HTTP request. This may be queried after calling GetAssertion or GetSecurityToken.
This will return the raw HTTP request which may be useful for troubleshooting purposes.
For instance:
component.GetAssertion(); MyString = component.Config( "RawRequest" ); | |
RawResponse: Returns the raw HTTP response. This may be queried after calling GetAssertion or GetSecurityToken.
This will return the raw HTTP response which may be useful for troubleshooting purposes.
For instance:
component.GetAssertion(); MyString = component.Config( "RawResponse" ); | |
SSODomain: Specifies the federation domain configured in Office 365. SSODomain should be set to "OneLogin" when authenticating SharePoint Online via Office 365 through OneLogin Single Sign-On. | |
UserRealm: The URL of a web service to determine the LocalSTS (if any). This setting specifies the URL of a web service which will be queried to determine the LocalSTS value. This is only applicable when AuthMode is set to 0 (camSharePointOnline) or 1 (camDynamicsCRM). When AuthMode is set to either 0 or 1 this setting is automatically set to "https://login.microsoftonline.com/GetUserRealm.srf". In most cases this does not need to be changed. |
Base Configuration Settings
CodePage: The system code page used for Unicode to Multibyte translations. The default code page is the Active Code Page (0). The following is a list of valid code page identifiers:
The following is a list of valid code page identifiers for Mac OS only:
|