Keycloak .well-known OpenID Configuration changed.
Opened this issue · 0 comments
GhaniyKie commented
I just wanna inform that token_introspection_endpoint has been changed to introspection_endpoint on Keycloak v.18.
This outdated cause Keycloak::Client.user_signed_in? always return False.
Line 161 in 438a039
This is my .well-known Configuration:
{
"issuer": "...",
"authorization_endpoint": "...",
"token_endpoint": "...",
"introspection_endpoint": "...",
"userinfo_endpoint": "...",
...
}