Replies: 1 comment 1 reply
-
So I read again the doc with a rested brain, and discovered that I obviously should do a GET request with my JWT to
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all,
Description
I have been trying to use the JWT authentication with Keycloak, but I get an unknown_error 500 from Couch.
My setup
WSL2 Ubuntu 20.04
CouchDB 3.1.1
My local.ini file :
My JWT :
My _security document :
It works all right when using Basic Auth with user "bob", but I can't make it work when I try to use a fresh JWT from Keycloak.
My curl request :
The response I get from Couch :
The logs :
I have tried everything I could think of now. If anyone could help me understand what I did wrong here, I would love to hear it.
Beta Was this translation helpful? Give feedback.
All reactions