What we Provide You
Identifier
This is the subdomain from which a user submits their SSO login request to the Identity Provider.
https://<tenantName>.beauthenticx.com/Saml2
Reply/Assertion
Where the IdP sends its response that the principal is authenticated. Https (secure) because of PII contained in response, and a signing key (certificate) is required.
https://<tenantName>.beauthenticx.com/Saml2/Acs
IdP is a shorthand for Identity Provider
Required Attributes
We will need to collaborate to ensure that these three pieces of information are included:
- "emailAddress"
- "firstName"
- "lastName"
Most SSO issues come from these attributes. Depending on your companies IdP, what these attributes are and how they are named will vary drastically. Azure IdP has url values, and Okta has dynamic values. It is imperative that these three fields are included and how they are formatted is communicated with Authenticx.
Updated about 1 month ago