cloudentity / oauth2c

User-friendly OAuth2 CLI
https://cloudentity.github.io/oauth2c/
Apache License 2.0
741 stars 29 forks source link

Parse signing key and encryption key only if JARM response is present #71

Closed mbilski closed 1 year ago

mbilski commented 1 year ago

There is no need to read public signing and encryption keys from JWKs endpoint if the JARM response is not present.

This is a workaround for #70