I was wondering whether Jose4J handles the redirect http status codes (e.g. 307) when retrieving the JWKS from the OpenID Connect Endpoint.
I myself now do the retrieval and pass on the JWKS to Jose4J so called out of band. Now when i switched network i got a lot of 307's and wonder if it's wise to let Jose4J do the JWKS retrieval when it supports 307 and the other redirect statusses
HttpURLConnection.HTTP_MOVED_TEMP
HttpURLConnection.HTTP_MOVED_PERM
HttpURLConnection.HTTP_SEE_OTHER
Thanks!
Jan