microservice-security icon indicating copy to clipboard operation
microservice-security copied to clipboard

Building OAuth2 secured microservices with Spring Cloud Security. From my talk at SpringOne2GX 2015

Results 3 microservice-security issues
Sort by recently updated
recently updated
newest added

### william-tran/microservice-security now has a Chat Room on Gitter @william-tran has just created a chat room. You can visit it here: [https://gitter.im/william-tran/microservice-security](https://gitter.im/william-tran/microservice-security?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your README.md:...

It seems the microsec-openid-sso application is exhibiting a redirect loop issue when run locally and the browser is pointed at this URL: http://localhost:8081/userinfo

Unable to compile/build the classes as OAuth2SsoConfigurerAdapter is missing in the newer spring libraries. Spring docs are not clear on alternatives. So kindly update the example to use latest spring...