Skip to content

Commit

Permalink
Separate OAuth 2.0 Login Servlet Docs
Browse files Browse the repository at this point in the history
Issue gh-10367
  • Loading branch information
jzheaux committed Nov 5, 2021
1 parent 8269691 commit 7708418
Show file tree
Hide file tree
Showing 7 changed files with 592 additions and 591 deletions.
4 changes: 3 additions & 1 deletion docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
*** xref:servlet/authorization/method-security.adoc[Method Security]
*** xref:servlet/authorization/acls.adoc[Domain Object Security ACLs]
** xref:servlet/oauth2/index.adoc[OAuth2]
*** xref:servlet/oauth2/oauth2-login.adoc[OAuth2 Log In]
*** xref:servlet/oauth2/login/index.adoc[OAuth2 Log In]
**** xref:servlet/oauth2/login/core.adoc[Core Configuration]
**** xref:servlet/oauth2/login/advanced.adoc[Advanced Configuration]
*** xref:servlet/oauth2/client/index.adoc[OAuth2 Client]
**** xref:servlet/oauth2/client/core.adoc[Core Interfaces and Classes]
**** xref:servlet/oauth2/client/authorization-grants.adoc[OAuth2 Authorization Grants]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ Maps a `ForwardAuthenticationFailureHandler` to `authenticationFailureHandler` p

[[nsa-oauth2-login]]
== <oauth2-login>
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.
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.


[[nsa-oauth2-login-parents]]
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/servlet/authentication/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ These sections focus on specific ways you may want to authenticate and point bac
// FIXME: brief description

* xref:servlet/authentication/passwords/index.adoc#servlet-authentication-unpwd[Username and Password] - how to authenticate with a username/password
* 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)
* 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)
* xref:servlet/saml2/index.adoc#servlet-saml2[SAML 2.0 Login] - SAML 2.0 Log In
* xref:servlet/authentication/cas.adoc#servlet-cas[Central Authentication Server (CAS)] - Central Authentication Server (CAS) Support
* xref:servlet/authentication/rememberme.adoc#servlet-rememberme[Remember Me] - how to remember a user past session expiration
Expand Down
Loading

0 comments on commit 7708418

Please sign in to comment.