SSO(OIDC) Error "Error while executing OIDB flow

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

@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

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.