When using JWT authentication with only exp as required_claims , but iss is provided in the JWT token, CouchDB responses with:
{
"error": "bad_request",
"reason": "Invalid iss claim"
}
{chttpd_auth, jwt_authentication_handler} in authentication_handlers & add public keyrequired_claims = expiss claimSlac chat about the problem.
I think they fixed it here #2888 but I wonder when they will release the fixed version
Yup, that looks like the fix.
FYI, our release schedule is a release every 3-6 months. We just had a release in May, so I don't expect another release for a month or two at the earliest.
If you need this sooner, you can build from source.
Super, thanks!
I think this issue is not solved by #2888. Please see proposed solution in #2946.