Replies: 3 comments 1 reply
-
You can modify the couchdb config (including the |
Beta Was this translation helpful? Give feedback.
-
I'm connected as an administrator. http://127.0.0.1:5984/_session
|
Beta Was this translation helpful? Give feedback.
-
Hi, you are using the wrong API endpoint. You shoud use this. For Setting a new value in
|
Beta Was this translation helpful? Give feedback.
-
I have a CouchDB configured to use Azure Entra Id authentification.
The public key (kid) is configured in my local.ini file :
[jwt_keys] rsa:***********
But, the Azure Entra Id public key roll over on a periodic basis and, in an emergency, could be rolled over immediately (see https://learn.microsoft.com/en-us/entra/identity-platform/signing-key-rollover).
I tried to modify the jwt_keys via the HTTP API of CouchDB, but this configuration have a read only state.
Is it possible to compare the kid with what we find in the Azure openid-configuration file ?
Or there are another solution ?
Beta Was this translation helpful? Give feedback.
All reactions