-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Add oidcLogin MockMvc Test Support #7618
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
Milestone
Comments
jzheaux
added a commit
to jzheaux/spring-security
that referenced
this issue
Nov 26, 2019
jzheaux
added a commit
to jzheaux/spring-security
that referenced
this issue
Nov 26, 2019
jzheaux
added a commit
that referenced
this issue
Nov 26, 2019
jzheaux
added a commit
that referenced
this issue
Dec 3, 2019
Remove documentation requiring a valid ClientRegistrationRepository Issue: gh-7618
jzheaux
added a commit
to jzheaux/spring-security
that referenced
this issue
Mar 3, 2020
Make all sub claims 'user' and all scopes 'read' to align with existing support for JWT Issue spring-projectsgh-7828 Issue spring-projectsgh-7789 Issue spring-projectsgh-7680 Issue spring-projectsgh-7618
jzheaux
added a commit
that referenced
this issue
Mar 3, 2020
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Related to #6634.
It'd be handy to have test support for
oidcLogin
:or
The result would be an
OAuth2AuthenticationToken
as well as anOAuth2AuthorizedClient
.Ideally, tests would work with controllers using
@AuthenticatedPrincipal
as well as@RegisteredOAuth2AuthorizedClient
annotations.The text was updated successfully, but these errors were encountered: