sample-spring-oauth2-microservices icon indicating copy to clipboard operation
sample-spring-oauth2-microservices copied to clipboard

some examples that show basic and more advanced implementations of oauth2 authorization mechanism in spring-cloud microservices environment

Results 6 sample-spring-oauth2-microservices issues
Sort by recently updated
recently updated
newest added

1.资源服务和认证服务分离 2. 网关中增加@EnableOAuth2Client

I am getting below error - while running the code: ``` 2018-09-11 23:24:50.300 INFO 17368 --- [ main] pl.piomin.services.auth.AuthServer : Started AuthServer in 6.051 seconds (JVM running for 6.872) 2018-09-11...

This class is commented.. should be this be uncommitted.. /auth/src/main/java/pl/piomin/services/auth/OAuth2Config.java

When attempting to migrate this sample to my own environment I've run into an issue where as soon as I include a `WebSecurityConfigurerAdapter` in the app, the test no longer...

Looks like spring boot this version does not have the dependency ``` commons-dbcp commons-dbcp 1.4 ``` need to fix this in code..