Separate OAuth 2.0 Login Servlet Docs

Issue gh-10367
This commit is contained in:
Josh Cummings
2021-11-04 11:55:53 -06:00
parent 8c508d6afa
commit 3db13de1e2
7 changed files with 592 additions and 591 deletions

View File

@@ -3,7 +3,7 @@
:icondir: icons
Let's take a look at how SAML 2.0 Relying Party Authentication works within Spring Security.
First, we see that, like xref:servlet/oauth2/oauth2-login.adoc[OAuth 2.0 Login], Spring Security takes the user to a third-party for performing authentication.
First, we see that, like xref:servlet/oauth2/login/index.adoc[OAuth 2.0 Login], Spring Security takes the user to a third-party for performing authentication.
It does this through a series of redirects.
.Redirecting to Asserting Party Authentication