Top "Spring-security-oauth2" questions

Spring Security implementation of the OAuth2 spec.

Adding more then one client to the Spring OAuth2 Auth Server

I have Spring OAuth Authorization server and I want to add support for more then one client(id). I configured …

java spring spring-security oauth-2.0 spring-security-oauth2
Revoke JWT Oauth2 Refresh Token

I am trying to find a way to revoke Oauth2 JWT Refresh Token with vanilla Spring implementation and JwtTokenStore. First: …

spring-security oauth-2.0 spring-boot spring-security-oauth2
Is There an Easier Way to Load Spring OAuth Client Configuration

I'm working on a little proof of concept for a set of endpoints that need to be able to call …

spring-security spring-boot spring-security-oauth2 spring-oauth2
spring-security-oauth2 2.0.7 refresh token UserDetailsService Configuration - UserDetailsService is required

I would have one question regarding the configuration of spring-security-oauth2 2.0.7 please. I am doing the Authentication using LDAP via a …

spring spring-security spring-security-oauth2 spring-security-ldap