Skip to content

Commit

Permalink
Add OAuth2 client and resource server starters
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhave authored and davsclaus committed May 15, 2019
1 parent ecc959e commit 27a8c6a
Showing 1 changed file with 32 additions and 16 deletions.
48 changes: 32 additions & 16 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,22 +166,6 @@ initializr:
links:
- rel: reference
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#using-boot-devtools
- name: Security
id: security
description: Secure your application via spring-security
weight: 100
links:
- rel: guide
href: https://spring.io/guides/gs/securing-web/
description: Securing a Web Application
- rel: guide
href: https://spring.io/guides/tutorials/spring-boot-oauth2/
description: Spring Boot and OAuth2
- rel: guide
href: https://spring.io/guides/gs/authenticating-ldap/
description: Authenticating a User with LDAP
- rel: reference
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-security
- name: Lombok
id: lombok
groupId: org.projectlombok
Expand Down Expand Up @@ -403,6 +387,38 @@ initializr:
links:
- rel: reference
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-spring-mvc-template-engines
- name: Security
content:
- name: Security
id: security
description: Secure your application via spring-security
weight: 100
links:
- rel: guide
href: https://spring.io/guides/gs/securing-web/
description: Securing a Web Application
- rel: guide
href: https://spring.io/guides/tutorials/spring-boot-oauth2/
description: Spring Boot and OAuth2
- rel: guide
href: https://spring.io/guides/gs/authenticating-ldap/
description: Authenticating a User with LDAP
- rel: reference
href: http://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-security
- name: OAuth2 Client
id: oauth2-client
description: Spring Boot integration for Spring Security's OAuth2/OpenID Connect client features
versionRange: 2.0.0.M5
links:
- rel: reference
href: https://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-security-oauth2-client
- name: OAuth2 Resource Server
id: oauth2-resource-server
description: Spring Boot integration for Spring Security's OAuth2 resource server features
versionRange: 2.1.0.M2
links:
- rel: reference
href: https://docs.spring.io/spring-boot/docs/{bootVersion}/reference/htmlsingle/#boot-features-security-oauth2-server
- name: SQL
content:
- name: JPA
Expand Down

0 comments on commit 27a8c6a

Please sign in to comment.