google cloud jose add
This commit is contained in:
@@ -25,7 +25,7 @@ ext {
|
||||
|
||||
dependencies {
|
||||
compile('org.springframework.security:spring-security-oauth2-client')
|
||||
// compile('org.springframework.security:spring-security-oauth2-jose')
|
||||
compile('org.springframework.security:spring-security-oauth2-jose')
|
||||
|
||||
implementation 'org.springframework.boot:spring-boot-starter-actuator'
|
||||
implementation 'org.springframework.boot:spring-boot-starter-freemarker'
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
package io.bluemoon.authorizationserver.config.handler;
|
||||
|
||||
public class CustomAuthFailureHandler {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package io.bluemoon.authorizationserver.config.handler;
|
||||
|
||||
public class CustomAuthSuccessHandler {
|
||||
}
|
||||
Reference in New Issue
Block a user