Another SSO question for another project, this tim...
# gooddata-ui
m
Another SSO question for another project, this time is SP initiated. When going here: https://experteye.on.gooddata.com/gdc/account/samlrequest We see
Copy code
{
  "error": {
    "errorClass": "SPInitiatedDisabledlException",
    "trace": "",
    "message": "Domain Experteye customer Prod domain has disable service provider initiated.",
    "component": "Webapp",
    "errorId": "33fa972b-9ffd-4460-b0df-a8a077bcde53",
    "errorCode": "service.provider.initiated.disabled",
    "parameters": []
  }
}
How do we enable that?
j
Hi, you will need to update your security settings described in step 3. here
m
I believe we did that already, let me share endpoint response
Copy code
{
  "securitySettings": {
    "samlSsoProvisioningProviders": [
      "<http://expert-eye.eu.auth0.com|expert-eye.eu.auth0.com>"
    ],
    "serviceProviderInitiatedSSOProviders": [
      "<http://expert-eye.eu.auth0.com|expert-eye.eu.auth0.com>"
    ]
  }
}
@Jan Kos
j
I believe you will need to enable SP initiated in white labeling setting as well. With following call https://help.gooddata.com/doc/enterprise/en/expand-your-gooddata-platform/api-reference#operation/updateWhiteLabelingSettings Try setting “showServiceProviderInitiatedLogin” parameter to “1"
m
Ok, let me give that a try might be it!
From which package is this imported? const { sdk: backend } = useBackend();
import { useBackend } from "../contexts/Auth/context"; ?
works!
🎉
j
I’m glad you were able to get it working, good job👏