9 lines
288 B
Plaintext
Raw Normal View History

2019-09-22 00:56:30 -06:00
= OAuth2
2021-07-29 17:12:34 -05:00
Spring Security provides comprehensive OAuth 2 support.
This section discusses how to integrate OAuth 2 into your servlet based application.
2019-09-22 00:56:30 -06:00
2021-07-29 17:12:34 -05:00
* xref:servlet/oauth2/oauth2-login.adoc[]
* xref:servlet/oauth2/oauth2-client.adoc[]
* xref:servlet/oauth2/oauth2-resourceserver.adoc[]