File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch; Andy Wilkinson;
37
37
:spring-boot-maven-plugin-site: http://docs.spring.io/spring-boot/docs/{spring-boot-docs-version}/maven-plugin
38
38
:spring-reference: http://docs.spring.io/spring/docs/{spring-docs-version}/spring-framework-reference/htmlsingle
39
39
:spring-security-reference: http://docs.spring.io/spring-security/site/docs/{spring-security-docs-version}/reference/htmlsingle
40
+ :spring-security-oauth2-reference: http://projects.spring.io/spring-security-oauth/docs/oauth2.html
40
41
:spring-webservices-reference: http://docs.spring.io/spring-ws/docs/{spring-webservices-docs-version}/reference/htmlsingle
41
42
:spring-javadoc: http://docs.spring.io/spring/docs/{spring-docs-version}/javadoc-api/org/springframework
42
43
:spring-amqp-javadoc: http://docs.spring.io/spring-amqp/docs/current/api/org/springframework/amqp
Original file line number Diff line number Diff line change @@ -2377,7 +2377,9 @@ explicitly configure the paths that you do want to override.
2377
2377
[[boot-features-security-oauth2]]
2378
2378
=== OAuth2
2379
2379
If you have `spring-security-oauth2` on your classpath you can take advantage of some
2380
- auto-configuration to make it easy to set up Authorization or Resource Server.
2380
+ auto-configuration to make it easy to set up Authorization or Resource Server. For full
2381
+ details, see the {spring-security-oauth2-reference}[Spring Security OAuth 2 Developers
2382
+ Guide].
2381
2383
2382
2384
2383
2385
You can’t perform that action at this time.
0 commit comments