I'm trying to set up an OAuth2/Open ID configuration with PingID as the login endpoint. I have it set up and working in one environment but in a different one I keep getting "Failed to authenticate user using OAuth2/Open ID Connect. System.Net.Http.HttpRequestException: Response status code does not indicate success: 403 (Forbidden)." after logging in with Ping. The error code displayed on my webpage is "2072000".
I have confirmed that the shared secret and client id match the setup from Ping. All other settings mirror my settings in the environment that is working. I'm fairly confident that things are set up correctly inside of PingID. What are some of the settings I should be looking at in 1IM to get past this error.
Error from Logs:
ERROR (ObjectLog ) : Failed to authenticate user using OAuth2/Open ID Connect. System.Net.Http.HttpRequestException: Response status code does not indicate success: 403 (Forbidden).
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at QER.OAuthAuthentifier.OAuth.<_DownloadString>d__37.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at QER.OAuthAuthentifier.OAuth.<_GetSigningCertificatesFromServerAsync>d__21.MoveNext()