Hi I'm trying to implement this SSO guide: <https:...
# gd-beginners
f
Hi I'm trying to implement this SSO guide: https://help.gooddata.com/doc/growth/en/expand-your-gooddata-platform/gooddata-integr[…]-sso/saml-sso-with-gooddata/setting-up-auth0-single-sign-on/ I'm not sure what my subdomain would be for the url
Copy code
https://{your-subdomain-name}.<http://on.gooddata.com/gdc/account/samllogin|on.gooddata.com/gdc/account/samllogin>
Our UI domain is
{companyname}.<http://cloud.gooddata.com|cloud.gooddata.com>
but both this and
{companyname}.<http://on.gooddata.com|on.gooddata.com>
seem to lead to a 404 for the end point
/gdc/account/samllogin
m
Hi Faizah, I am sorry for the confusion, but if your UI domain is
{companyname}.<http://cloud.gooddata.com|cloud.gooddata.com>
then you are using the “GoodData Cloud” product. That is a different application than “GoodData Platform” for which the documentation you linked is for. While the applications are similar in some features, there are significant differences and SSO is one of them. Documentation for “GoodData Cloud” can be found here: https://www.gooddata.com/docs/cloud/ Anything under help.gooddata.com/doc/ is documentation for the “GoodData Platform”. And in most cases these are not interchangeable. Regarding SSO/Authentication for “GoodData Cloud”, it is not using SAML, but OIDC. But If you are working with Auth0, it should also work for you. Here are the steps how to set it up: https://www.gooddata.com/docs/cloud/manage-organization/set-up-authentication/
f
Ah ok thanks!