Top "Spring-security-oauth2" questions

Spring Security implementation of the OAuth2 spec.

Authorization header not passed by ZuulProxy starting with Brixton.RC1

In switching from Spring Cloud Brixton.M5 to Brixton.RC1 my ZuulProxy no longer passes Authorization headers downstream to my …

java spring-cloud spring-security-oauth2 spring-cloud-netflix
How does Spring Oauth2 login redirect work?

I've been thrashing around with the Spring Boot Oauth2 tutorial and I can't seem to get a pretty key element …

spring spring-security spring-security-oauth2 spring-oauth2
PreAuthorize error handling

I'm using Spring Oauth2 and Spring Pre-post Annotations With Spring-boot I Have a service class MyService. one of MyService methods …

spring spring-security spring-boot spring-annotations spring-security-oauth2
How to logout oauth2 client in Spring?

I have the simplest oauth2 client: @EnableAutoConfiguration @Configuration @EnableOAuth2Sso @RestController public class ClientApplication { @RequestMapping("/") public String home(Principal user, …

java spring-security oauth-2.0 spring-security-oauth2 spring-oauth2
Spring Security OAuth 2.0 - client secret always required for authorization code grant

According to the spec, requests for a token using the authorization code grant are not required to be authenticated as …

spring security oauth-2.0 spring-security-oauth2
Spring security OAuth - check validity of access token?

I am following this sample code from Spring Security OAuth. After I got the access token when I try to …

spring spring-security spring-security-oauth2
Spring Security OAuth2 with custom TokenGranter in version 2.0.+

In previous versions of OAuth2 it was possible to add a custom token granter by adding it to the xml …

java spring spring-java-config spring-security-oauth2
Using WebSecurityConfigurerAdapter with Spring OAuth2 and user-info-uri

I have created an Authorization service as follows @SpringBootApplication @EnableAuthorizationServer public class AuthorizationApplication { ... } With this application.properties. server.port=9000 security.…

java spring-boot spring-security-oauth2 spring-oauth2
What is the replacement for the deprecated AuthorizationServer in Spring Security?

Spring Security 5.2.2 has incorporated Spring Security OAuth project, but not AuthorizationServer or ResourceServer. What are the replacements to AuthorizationServer in …

spring spring-boot spring-security spring-security-oauth2
Single sign off using OAuth 2

We just have been discussing the login and logout behaviour when using OAuth 2. Let's say we have two webapps A …

oauth oauth-2.0 logout spring-security-oauth2