The SAML 2.0 Identity Providers that the system trusts.
Name | Datatype | Read | Write | Primary key | Description |
---|---|---|---|---|---|
SamlIdentityProviderId | int | Yes | No | Yes | |
MetadataUrl | varchar(500) | Yes | Yes | No | URL where the Identity Provider publishes its Identity Provider Metadata. |
IsPrimary | bit | Yes | Yes | No | If this is the primary Identity Provider. There should be exactly one. |
NameIdFormat | varchar(100) | Yes | Yes | No |
Changes the NameID format that Softadmin® requests from the Identity Provider. NULL will be treated as urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified. |
ForceAuthn | bit | Yes | Yes | No |
Requests that users authenticate explicitly even if they already have a session at the Identity Provider by setting the ForceAuthn attribute on the SAML Request. Not all Identity Providers will honor this. |
AllowUnsolicitedResponses | bit | Yes | Yes | No |
Unsolicited responses are when the Identity Provider creates a SAML Assertion without Softadmin® first asking for one, which can happen when users initiate sign in through an organization portal instead of from Softadmin®'s login page. Do not allow unsolicited responses if it can be avoided. |