I am trying to set up Auth0 as an Identity Provider for my SAML application service provider: GoodData.
GoodData utilizes the SAML protocol for exchanging information with Auth0, so I have gone through the following to configure Auth0 authentication for our GoodData organization:
I have sent all required info to GoodData and their engineers have configured the GooData app as a Service Provider for Auth0.
However, after signing in on the Identity Provider Login URL below with a user that exists in Auth0, I am redirected to the GoodData login page and not logged into the gooddata app:
https://himssanalytics.auth0.com/samlp/psKyAvWjlyqdv0r950U8YNHCkib0P6Li
Are there further steps that need to be taken to configure the SAML setup beyond those in the SAML setup steps in the link above?
After fixing the initial URL error and logging in I am still redirected to the GoodData login page and not logged into the GoodData app.
GoodData also mentioned that they believe I have something configured incorrectly on the Auth0 side, they advised to make the following changes to the AUTH0 SAML setup:
Settings
{
"audience": "solutions.himssanalytics.org",
"recipient": "https://solutions.himssanalytics.org/gdc/account/samllogin",
"nameIdentifierFormat": "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress",
"nameIdentifierProbes":
"http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress"
],
"signResponse": true
}
I went to Client settings → SAML2 addon under my GoodData app to make these changes, but I don’t see any way to change those values, and under the SAML2 addon, I see the following:
“You need to configure your settings before being able to enable this addon.”
Is there somewhere that I can change those settings?