JunyaT27
(Junya Takahashi)
September 6, 2024, 9:28am
1
SSO(OIDC) Error "Error while executing OIDB flow
I am configuring SSO with OIDC.
I specified the target URL and successfully logged in with the provider ID, but then the following error occurs.
Error message:
Unable to run OIDC flow: An error occurred while running OIDB flow
What is the cause of this error?
In particular, I don’t understand what OIDB refers to.
Regards
Zairan
(Zairan Wang)
September 14, 2024, 1:48am
2
@JunyaT27
Please enable the below logger classess to debug level and share the PegaRules log file.
com.pega.pegarules.integration.engine.internal.client.oauth2.OAuth2ClientImpl
com.pega.pegarules.integration.engine.internal.auth.oidc.OIDCClientHandler
com.pega.pegarules.integration.engine.internal.util.OAuth2Utils
com.pega.pegarules.session.internal.mgmt.authentication.SchemePRAuth
You aslo need collect Network trace file by Chrome or Edge devtools.
JunyaT27
(Junya Takahashi)
October 1, 2024, 3:27am
3
@JunyaT27
The cause of the error has been found.
The error message in the title occurred because the range of client information was incorrectly specified.
I solved it by specifying the range correctly.