Missing openid scope

I‘m new here。 I try to intergrate keycloak with showdoc .both of them is deploy by docker. when I try to login evey thing goes right but system get a mistake. Showdoc can’t get the user information.

Error Code: Missing openid scope. I don’t know how to solve

png can’t upload. I get three user event

1、Login Correct

2、CODE_TO_TOKEN Correct

3、USER_INFO_REQUEST_ERROR Error reason: Missing openid scope.

Can you share your showdoc config with us?

you are probably missing a scope = [“openid”] somewhere in the showdoc config.