SSOProperties
Additional properties required to connect to the identity provider in a semicolon-separated list.
Data Type
string
Default Value
""
Remarks
Additional properties required to connect to the identity provider in a semicolon-separated list. SSOProperties is used in conjunction with the SSOLoginURL.
ADFS
This property is not required for ADFS. The only SSO property required by ADFS is SSOLoginURL.Okta
Okta allows two properties to be given here though they are both optional. They can usually be determined from the information in SSOLoginURL.
- Domain is the Okta domain you are signing in with, for example: myorg.okta.com. This must be provided if it is different from the domain of SSOLoginURL.
- APIToken is your Okta API token. In most cases it is unnecessary but can be provided if needed.
For example, you can set just the domain with "Domain=myorg.okta.com" or set both a domain and token with: "Domain=myorg.okta.com;APIToken=mytoken".
HTTPForm
HTTPForm has properties to control what kind of request and authorization are preformed. The default is to perform a POST using NTLM authorization.
- AuthScheme is the HTTP authorization type to use. The default is NTLM. Supported methods are: None, Basic, Digest, NTLM, Negotiate.
- Method is the HTTP method to use when requesting the token. The default is POST. Supported methods are: GET, POST.
AzureAD
AzureAD has properties to control what Azure resource is used to authenticate the user. AzureAD SSO uses two applications, the SSO application registered to 1010Data and a separate application for the connector. The connector must know the resource ID of the SSO application so that it can ask that application to authenticate your user.
- Resource The Application ID URI of the SSO application, listed in the Overview section of the app registration. In most cases this is your LoginURL but with the version replaced by "shibboleth." For example: https://corp.edge.1010data.com/shibboleth.
- Tenant The ID of your Azure AD tenant, listed as the Tenant ID in the Overview section of Azure Active Directory.