Hi everyone,
We are currently setting up a custom IdP for Shopify Customer Accounts but are consistently encountering the following error:
“Discovery document request error.” (See attached screenshot and Request ID below)
Request ID: 847d0dc3-0c07-4891-900d-9443756abdcb-1777982938
Technical Details:
-
Hosting: The IdP is hosted on an Azure server in the EU region.
-
Performance: The average response time for the
.well-known/openid-configurationendpoint is consistently < 0.1 seconds. -
External Validation: We have successfully tested and simulated the entire authentication flow using Postman. The configuration is reachable and valid outside of the Shopify environment.
Current Discovery Configuration (snippet):
"issuer": "https://IDP.com/",
"authorization_endpoint": "https://IDP.com/connect/authorize",
"token_endpoint": "https://IDP.com/connect/token",
"introspection_endpoint": "https://IDP.com/connect/introspect",
"end_session_endpoint": "https://IDP.com/connect/endsession",
"userinfo_endpoint": "https://IDP.com/connect/userinfo",
"jwks_uri": "https://IDP.com/.well-known/jwks",
"grant_types_supported": [
"authorization_code",
"refresh_token",
"client_credentials"
],
"response_types_supported": [
"code"
],
"scopes_supported": [
"openid",
"offline_access",
"email",
"profile",
"roles"
],
"claims_supported": [
"aud",
"exp",
"iat",
"iss",
"sub"
]
Could you please clarify if there is anything missing or incorrect in our configuration that might trigger this error, or provide more detailed information on why this specific Request ID failed?
Thanks in advance for your help!
Best regards
