davidallendj / opaal

Tool to automate the OAuth 2.0/OIDC flows
MIT License
1 stars 3 forks source link

[FEATURE] Use OPAAL to proxy authorization server's JWKS #6

Open davidallendj opened 5 months ago

davidallendj commented 5 months ago

This feature would give OPAAL the ability to fetch the authorization servers JWKS to distribute out to known OAuth clients/services defined within OPAAL's config file. This would allow for OPAAL to preregister known services at initialization and prevent any new potentially malicious clients from being registered dynamically later.