Top "Spring-security-oauth2" questions

Spring Security implementation of the OAuth2 spec.

What the configuration of spring-security-oauth2 authorizedGrantTypes means in practice?

For example on the default jhipster UAA configuration we have: clients.inMemory() .withClient("web_app") .scopes("openid") .autoApprove(true) .authorizedGrantTypes("…

spring spring-boot jhipster spring-security-oauth2
Spring Security OAuth2 always redirects to /login page having a valid Bearer header

I am having a hard time getting Spring Security OAuth2 to work. I am able to get a access_token …

spring spring-mvc spring-security spring-security-oauth2
Customize auth error from Spring Security using OAuth2

I was wondering if I could customize the following authorization error: { "error": "unauthorized", "error_description": "Full authentication is required to …

java security spring-boot spring-security spring-security-oauth2
How to call JHipster (Spring) OAuth2 Rest server using Postman Authentication helpers

Postman has Authentication helpers to help with authenticated calls and I'm trying to use the OAuth 2.0 helper to call a …

spring-security spring-security-oauth2 jhipster postman spring-oauth2
How to add more data in access_token JWT

I am trying to add new fields in JWT token which is actually access_token which is generated with grant_…

spring-boot oauth-2.0 spring-security-oauth2
How to allow a User only access their own data in Spring Boot / Spring Security?

I have some rest api like this: /users/{user_id} /users/{user_id}/orders /users/{user_id}/orders/{order_id} …

spring rest spring-boot spring-security spring-security-oauth2
Spring Boot + Security OAuth2.0 Client with Custom Provider

I am creating a OAuth2.0 client for a custom OAuth2 provider in Spring Boot + Security (version 5) application. Below is the …

oauth-2.0 spring-security-oauth2 spring-oauth2 oauth2client
Spring Security OAuth - Provider Manager is Not Configured for Null Resource

Am trying to use Spring Secruity's OAuth API to obtain an access token from an externally published API. This curl …

java spring-mvc curl oauth spring-security-oauth2
Web and Mobile Clients for Spring Security OAuth2

I'm trying to wrap my head around OAuth2 and Spring Security OAuth, especially OAuth Provider service. I'm trying to implement …

java spring oauth spring-security spring-security-oauth2