Setting | Description |
---|---|
Sign In URL | The SAML 2.0 Endpoint (HTTP) value you noted when setting up your OneLogin app. |
Sign Out URL | The SLO Endpoint (HTTP) value you noted when setting up your OneLogin app. |
X509 Signing Certificate | The certificate you downloaded from Onelogin. You will need to upload the certificate directly to Auth0. |
https://{yourDomain}/login/callback
urn:auth0:{yourTenant}:yourConnectionName
Auth0 value | OneLogin configuration field |
---|---|
Post-back URL | ACS (Consumer) URL and Recipient |
Entity ID | Audience |
[-a-zA-Z0-9@:%._\+~#=]{2,256}\.[a-z]{2,6}\b([-a-zA-Z0-9@:%_\+.~#?&//=]*)
invalid_request: the connection was disabled
error)connection
parameter (e.g., https://{yourDomain}/login/callback?connection=onelogin-customer
). Be sure to replace onelogin-customer
with the name of your Auth0 connection.
Finally, be sure to enable IdP-initiated login for the connection and pick the application to which your user is redirected after the SAML assertion is consumed. To learn more, read Configure Identity-Provider-Initiated Single Sign-On.
FirstName
and LastName
. Let’s add a new custom attribute, named FullName
, that will contain the concatenation of first and last name.
- No default -
.- Macro -
.{firstname} {lastname}
. Click Save.FullName
.EmailAddress
information, which is more than the concatenation of two fields we’re already sending, to our login.
EmailAddress
and Value as Email
.EmailAddress
information is now included and that the value is correct.