We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
We should add test support for OAuth 2.0 Clients that stands independent from OAuth 2.0/OIDC Login test support.
this.mvc.perform(get("/") .with(oauth2Client("foo-registration-id"))); this.mvc.perform(get("/") .with(oauth2Client().clientRegistration(c -> c .registrationId("foo-registration-id") )); this.mvc.perform(get("/") .with(oauth2Client().clientRegistration(fooRegistration));
The text was updated successfully, but these errors were encountered:
c367378
Update Tests in oauth2webclient Sample
187c76e
Issue gh-7886
Add principal name to oauth2Client Test Support
13c7879
Issue spring-projectsgh-7886 Issue spring-projectsgh-7910
jzheaux
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
We should add test support for OAuth 2.0 Clients that stands independent from OAuth 2.0/OIDC Login test support.
The text was updated successfully, but these errors were encountered: