Top "Spring-oauth2" questions

How to get custom user info from OAuth2 authorization server /user endpoint

I have a resource server configured with @EnableResourceServer annotation and it refers to authorization server via user-info-uri parameter as follows: …

spring spring-security spring-boot spring-cloud spring-oauth2
Relation between WebSecurityConfigurerAdapter and ResourceServerConfigurerAdapter

I'm trying to integrate Spring OAuth2 into Spring MVC REST. Most of the Spring OAuth2 examples, there is only ResourceServerConfigurerAdapter …

spring-mvc spring-security spring-4 spring-oauth2
An error occurred while attempting to decode the Jwt: Signed JWT rejected: Another algorithm expected, or no matching key(s) found

I am trying setup OAuth2-OpenID Connect with ForgeRock OpenAM integrated with spring security and am getting the following error 2019…

spring-security openam spring-oauth2 forgerock
How to autowire this TokenStore

How do I trigger auto-logout of this sample Spring Boot OAuth2 app? I tried adding the following code from an …

spring spring-security spring-boot autowired spring-oauth2
Spring security OAuth2 accept JSON

I am starting with Spring OAuth2. I would like to send the username and password to /oauth/token endpoint in …

java spring rest spring-security-oauth2 spring-oauth2
Spring Boot: Oauth2: Access is denied (user is anonymous); redirecting to authentication entry point

I am trying to use spring boot oauth2 to accomplish stateless authentication and authorisation. However, I am struggling to it …

spring spring-boot spring-security-oauth2 spring-oauth2
App domains must match the domain of the Facebook Web Games URL (https), Mobile Site URL, Unity Binary URL, Site URL or Secure Page Tab URL

I am developing Spring Boot + Facebook Integration example. In this example, I've created an at app https://developers.facebook.com/. …

java spring-boot spring-oauth2 spring-social-facebook
Add custom UserDetailsService to Spring Security OAuth2 app

How do I add the custom UserDetailsService below to this Spring OAuth2 sample? The default user with default password is …

spring spring-security spring-boot spring-security-oauth2 spring-oauth2
Store token from OAuth2 server in cookie using Spring OAuth

Is there any configuration provided by Spring OAuth2 that does the creation of a cookie with the opaque or JWT …

spring-security spring-oauth2
How do /oauth/authorize and /oauth/token interact in Spring OAuth?

I am doing an in-depth study of Spring OAuth, and I found some conflicting information. Can someone please clarify? Specifically, …

spring oauth oauth-2.0 spring-security-oauth2 spring-oauth2