Initial implementation of OAuth2 server with OIDC
This commit is contained in:
6
pom.xml
6
pom.xml
@ -12,7 +12,7 @@
|
||||
<artifactId>anyame-backend</artifactId>
|
||||
<version>0.0.1-SNAPSHOT</version>
|
||||
<name>anyame-backend</name>
|
||||
<description>User service for anyame backend</description>
|
||||
<description>User service for anyame</description>
|
||||
<url/>
|
||||
<licenses>
|
||||
<license/>
|
||||
@ -50,6 +50,10 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-validation</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.security</groupId>
|
||||
<artifactId>spring-security-oauth2-authorization-server</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>io.jsonwebtoken</groupId>
|
||||
|
Reference in New Issue
Block a user