Add starter for OpenID Connect/OAuth2 client

Closes gh-13830
This commit is contained in:
Madhura Bhave
2018-08-17 13:02:50 -07:00
parent 1c224e5fbb
commit 09e09bf430
4 changed files with 45 additions and 13 deletions

View File

@@ -470,6 +470,11 @@
<artifactId>spring-boot-starter-mustache</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-oauth2-oidc-client</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-reactor-netty</artifactId>