You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as well as other builder methods relative to generating an authentication statement around an OAuth2User principal.
Note that the attribute method is necessary since the OAuth 2.0 spec doesn't specify any particular claims. It, then, correlates to the idToken and userInfo methods in the oidcLogin() MockMvc support.
The text was updated successfully, but these errors were encountered:
Related to #7618
When testing applications that use OAuth 2.0 Login, it would be nice to have MockMvc support like:
or
as well as other builder methods relative to generating an authentication statement around an
OAuth2User
principal.Note that the
attribute
method is necessary since the OAuth 2.0 spec doesn't specify any particular claims. It, then, correlates to theidToken
anduserInfo
methods in theoidcLogin()
MockMvc support.The text was updated successfully, but these errors were encountered: