1
0
mirror of synced 2026-05-22 21:33:16 +00:00

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
@@ -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/rememberme.adoc#servlet-rememberme[Remember Me] - how to remember a user past session expiration
* xref:servlet/authentication/jaas.adoc#servlet-jaas[JAAS Authentication] - authenticate with JAAS