Parser for well-known config

Issue #122 closed
Jan Høydahl created an issue

Most OIDC providers have a discovery endpoint at .well-known/openid-configuration returning a json structure for discovery of the needed endpoints. From that json you can get jwks_uri. It would be nice if jose4j provided either a well-known-config parser class or a VerificationkeyResolver taking discovery url as input.

Comments (4)

  1. Brian Campbell repo owner

    basically this is beyond the scope of the library but the pieces are there for it to be built by application code using the library

  2. Jan Høydahl reporter

    Ok, that's fine. I cooked up some code to parse discovery document and extract jwks_uri from there. You may close this.

  3. Log in to comment