Spring Security implementation of the OAuth2 spec.
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-oauth2I 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-oauth2I 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-oauth2Postman 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-oauth2I 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-oauth2I 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-oauth2I am trying to implement Spring security using google's oauth server. Application is very simple. Pom.xml <parent> &…
spring spring-security spring-security-oauth2 spring-social-googleI 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 oauth2clientAm 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-oauth2I'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