Skip to content

Commit 985ee58

Browse files
committed
Merge pull request #6909 from mikegehard/patch-1
* pr/6909: Link to Spring Security OAuth2 reference docs
2 parents 6fc8776 + 3d8b51d commit 985ee58

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

spring-boot-docs/src/main/asciidoc/index.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch; Andy Wilkinson;
3737
:spring-boot-maven-plugin-site: http://docs.spring.io/spring-boot/docs/{spring-boot-docs-version}/maven-plugin
3838
:spring-reference: http://docs.spring.io/spring/docs/{spring-docs-version}/spring-framework-reference/htmlsingle
3939
: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
4041
:spring-webservices-reference: http://docs.spring.io/spring-ws/docs/{spring-webservices-docs-version}/reference/htmlsingle
4142
:spring-javadoc: http://docs.spring.io/spring/docs/{spring-docs-version}/javadoc-api/org/springframework
4243
:spring-amqp-javadoc: http://docs.spring.io/spring-amqp/docs/current/api/org/springframework/amqp

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2377,7 +2377,9 @@ explicitly configure the paths that you do want to override.
23772377
[[boot-features-security-oauth2]]
23782378
=== OAuth2
23792379
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].
23812383

23822384

23832385

0 commit comments

Comments
 (0)