-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow configuration of RSA Public Key for Resource Server #5131
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
Milestone
Comments
jzheaux
added a commit
to jzheaux/spring-security-oauth2-resource-server
that referenced
this issue
Apr 25, 2018
Confguring with a local key is important for simple resource server configurations, and this commit provides minimal support for making those keys rotatable. Issue: spring-projects/spring-security#5131
jzheaux
added a commit
to jzheaux/spring-security
that referenced
this issue
Nov 16, 2018
Adds support for configuring Resource Server DSL with a local public key. Fixes: spring-projectsgh-5131
rwinch
pushed a commit
that referenced
this issue
Nov 16, 2018
Adds support for configuring Resource Server DSL with a local public key. Fixes: gh-5131
jer051
pushed a commit
to jer051/spring-security
that referenced
this issue
Nov 21, 2018
Adds support for configuring Resource Server DSL with a local public key. Fixes: spring-projectsgh-5131
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: enhancement
A general enhancement
If the Authorization Server does not support/expose a JWK Set URI than we need an alternative method for configuring the Resource Server with the Public Key(s) used for verifying the signature of the JWT.
The initial support will be for RSA keys only.
The RSA key(s) may be discoverable via the
ApplicationContext
as@Bean
or well-known properties in theEnvironment
.The text was updated successfully, but these errors were encountered: