-
Notifications
You must be signed in to change notification settings - Fork 6k
Provide XML namespace support for OAuth 2.0 Resource Server #5185
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
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
that referenced
this issue
Mar 2, 2020
jzheaux
added a commit
to jzheaux/spring-security
that referenced
this issue
Mar 2, 2020
jzheaux
added a commit
to jzheaux/spring-security
that referenced
this issue
Mar 2, 2020
jzheaux
added a commit
to jzheaux/spring-security
that referenced
this issue
Mar 2, 2020
jzheaux
added a commit
that referenced
this issue
Mar 2, 2020
jzheaux
added a commit
that referenced
this issue
Mar 2, 2020
jzheaux
added a commit
that referenced
this issue
Mar 2, 2020
jzheaux
added a commit
that referenced
this issue
Mar 2, 2020
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
We should consider providing XML namespace support that is equivalent to
HttpSecurity.oauth2ResourceServer()
.NOTE: Spring Security OAuth 2.x implements this via ResourceServerBeanDefinitionParser. See the sample xml config.
The text was updated successfully, but these errors were encountered: