Trying to add Cerner as an identity provider in AWS cognito, I got all the URLs from:
https://authorization.cerner.com/tenants/ec2458f2-1e24-41c8-b71b-0e701af7583d/oidc/idsps/ec2458f2-1e24-41c8-b71b-0e701af7583d/.well-known/openid-configuration
I've configured: client id, client's secret, and issuer/Authorization/token/Jwks_uri endpoints
How can I troubleshoot a 404 error encountered during the OIDC Discovery phase while adding Cerner as an OIDC provider, given that I have obtained all the necessary URLs from their openid-configuration endpoint and have already configured the client ID and client's secret?
Can someone provide a step-by-step setup? or direct me where I got it wrong