grails / grails-spring-security-rest

Grails plugin to implement token-based, RESTful authentication using Spring Security
http://alvarosanchez.github.io/grails-spring-security-rest/
Other
203 stars 117 forks source link

JSON Web Key Set(JWKS) #516

Open gsigmund opened 5 months ago

gsigmund commented 5 months ago

Hi,

Are there plans to support JWKS as signing and validation method? right now it is only possible to have a shared secret but that is not optimal.

jdaugherty commented 5 days ago

At this time, the support isn't planned but pull requests are welcome to implement it.