https://github.com/bitsofinfo/spring-boot-oauth2-authmgr-issue
https://gitter.im/spring-projects/spring-security-oauth?at=58b5c68800c00c3d4f9e91d3
https://github.com/bitsofinfo/spring-boot-oauth2-authmgr-issue
Last synced: 10 months ago
JSON representation
https://gitter.im/spring-projects/spring-security-oauth?at=58b5c68800c00c3d4f9e91d3
- Host: GitHub
- URL: https://github.com/bitsofinfo/spring-boot-oauth2-authmgr-issue
- Owner: bitsofinfo
- Created: 2017-03-03T17:17:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T19:11:16.000Z (almost 9 years ago)
- Last Synced: 2025-01-29T11:12:57.786Z (12 months ago)
- Language: Java
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# spring-boot-oauth2-authmgr-issue
https://gitter.im/spring-projects/spring-security-oauth?at=58b5c68800c00c3d4f9e91d3
`./gradlew bootRun`
Issue:
POSTs to `http://localhost:8080/oauth/token` (basic auth: testuser/123) never are authenticated w/ `MyAuthenticationManagerAndProvider`. The `MyClientDetailsService` is invoked however, but the actual auth for whatever reason always hits the `DoaAuthenticationProvider`
This is a slimmed down sample of a much larger app that worked fine w/ this kind of configuration under spring-boot 1.2.5.
This behavior started after upgrading to 1.3.x, 1.4.x and 1.5.x