[Keycloak] How to Solve “/openid-connect/userinfo” which Gives JWT Response instead of A Simple JSON
Previously expecting a json response from “/openid-connect/userinfo” API , such as below screenshot,
But suddenly someone change configuration somewhere which makes previous response changed into,
Took quite sometime for me to findout which part of Kecloak configuration which makes this happens. Finally i found the proper configuration, it is located on “Fine Grain OpenID Connect Configuration”. Previously it is “RS512”, changing into “unsigned” solve my problem.
No Comments