Add starter for OpenID Connect/OAuth2 client
Closes gh-13830
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user