You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first... Thank you very much for this great plugin! It works perfectly - except one thing... my unauthorizedHandler is never called. Here's my registration:
{"level":20,"time":1691607443896,"pid":10120,"hostname":"PC-09","msg":"Keycloak Options valid successfully. Keycloak options: <removed ;-)>"}
{"level":30,"time":1691607444242,"pid":10120,"hostname":"PC-09","msg":"Keycloak registered successfully!"}
{"level":30,"time":1691607444342,"pid":10120,"hostname":"PC-09","msg":"Server listening at http://[::1]:8888"}
{"level":30,"time":1691607444343,"pid":10120,"hostname":"PC-09","msg":"Server listening at http://127.0.0.1:8888"}
Webserver is listening on http://[::1]:8888
{"level":20,"time":1691607465215,"pid":10120,"hostname":"PC-09","reqId":"req-1","msg":"Keycloak adapter: grant not found in session"}
And then I'm getting redirected to Keycloak. Any idea what I'm doing wrong here?
The text was updated successfully, but these errors were encountered:
At first... Thank you very much for this great plugin! It works perfectly - except one thing... my
unauthorizedHandler
is never called. Here's my registration:In my fastify logs I see only the following:
And then I'm getting redirected to Keycloak. Any idea what I'm doing wrong here?
The text was updated successfully, but these errors were encountered: