spring-boot-security-oauth2 icon indicating copy to clipboard operation
spring-boot-security-oauth2 copied to clipboard

This article aims to provide a working example of spring boot security and oauth2. It has implementation for resource server and authorization server and connection to database with bcrypt password en...

Results 2 spring-boot-security-oauth2 issues
Sort by recently updated
recently updated
newest added

Hi! This example is not working due to the problem with filtering order. Solution to this problem is provided in this topics: 1. https://stackoverflow.com/questions/42704623/spring-boot-oauth2-configuration-resource-server-remains-unprotected 2. https://stackoverflow.com/questions/42822875/springboot-1-5-x-security-oauth2

My Solution: https://github.com/xiaobin80/spring-boot2-security-oauth2 This code originates from: [devglan](http://www.devglan.com/spring-security/spring-boot-security-oauth2-example). All rights reserved By [Dhiraj Ray](mailto:[email protected]) This project uses Spring Boot [2.0.1.RELEASE](https://start.spring.io/) Java 8 MySql