Skip to content

Commit 3db13de

Browse files
committed
Separate OAuth 2.0 Login Servlet Docs
Issue gh-10367
1 parent 8c508d6 commit 3db13de

File tree

7 files changed

+592
-591
lines changed

7 files changed

+592
-591
lines changed

docs/modules/ROOT/nav.adoc

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@
5454
*** xref:servlet/authorization/method-security.adoc[Method Security]
5555
*** xref:servlet/authorization/acls.adoc[Domain Object Security ACLs]
5656
** xref:servlet/oauth2/index.adoc[OAuth2]
57-
*** xref:servlet/oauth2/oauth2-login.adoc[OAuth2 Log In]
57+
*** xref:servlet/oauth2/login/index.adoc[OAuth2 Log In]
58+
**** xref:servlet/oauth2/login/core.adoc[Core Configuration]
59+
**** xref:servlet/oauth2/login/advanced.adoc[Advanced Configuration]
5860
*** xref:servlet/oauth2/client/index.adoc[OAuth2 Client]
5961
**** xref:servlet/oauth2/client/core.adoc[Core Interfaces and Classes]
6062
**** xref:servlet/oauth2/client/authorization-grants.adoc[OAuth2 Authorization Grants]

docs/modules/ROOT/pages/servlet/appendix/namespace/http.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ Maps a `ForwardAuthenticationFailureHandler` to `authenticationFailureHandler` p
863863

864864
[[nsa-oauth2-login]]
865865
== <oauth2-login>
866-
The xref:servlet/oauth2/oauth2-login.adoc#oauth2login[OAuth 2.0 Login] feature configures authentication support using an OAuth 2.0 and/or OpenID Connect 1.0 Provider.
866+
The xref:servlet/oauth2/login/index.adoc#oauth2login[OAuth 2.0 Login] feature configures authentication support using an OAuth 2.0 and/or OpenID Connect 1.0 Provider.
867867

868868

869869
[[nsa-oauth2-login-parents]]

docs/modules/ROOT/pages/servlet/authentication/index.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ These sections focus on specific ways you may want to authenticate and point bac
1414
// FIXME: brief description
1515

1616
* xref:servlet/authentication/passwords/index.adoc#servlet-authentication-unpwd[Username and Password] - how to authenticate with a username/password
17-
* xref:servlet/oauth2/oauth2-login.adoc#oauth2login[OAuth 2.0 Login] - OAuth 2.0 Log In with OpenID Connect and non-standard OAuth 2.0 Login (i.e. GitHub)
17+
* xref:servlet/oauth2/login/index.adoc#oauth2login[OAuth 2.0 Login] - OAuth 2.0 Log In with OpenID Connect and non-standard OAuth 2.0 Login (i.e. GitHub)
1818
* xref:servlet/saml2/index.adoc#servlet-saml2[SAML 2.0 Login] - SAML 2.0 Log In
1919
* xref:servlet/authentication/rememberme.adoc#servlet-rememberme[Remember Me] - how to remember a user past session expiration
2020
* xref:servlet/authentication/jaas.adoc#servlet-jaas[JAAS Authentication] - authenticate with JAAS

0 commit comments

Comments
 (0)