Questions tagged [spring-boot-oauth2.1]

4 questions
0
votes
0 answers

Running Authorization Server behind API Gateway

I am upgrading my existing authorization server to the newest version according to https://docs.spring.io/spring-authorization-server/docs/current/reference/html/getting-started.html As the next step, I am trying to run the Authorization Server…
0
votes
0 answers

Spring Boot application.yml file misconfigured? Azure Active Directory OAuth2

I am trying to configure my spring boot app to use OAuth2 with Azure active directory. However, spring boot either isn't picking up application.yml file or my file isn't configured correctly, but I can't seem to find what is configured wrong. The…
sparks
  • 736
  • 1
  • 9
  • 29
0
votes
1 answer

Is there any listener for the OAuth2 resource server's successful authentication?

Is there any listener for the OAuth2 resource server's successful authentication? I need, to create/replicate the user details in the spring boot resource server on successful authentication, or during token validation. Any suggestions, on how to…
Thirumal
  • 8,280
  • 11
  • 53
  • 103
-2
votes
1 answer

How to customize access token with user information (user name, and phone number,..) in the oauth2.1 authorization server in the spring boot?

How to customize access token with user information (user name, and phone number,..) in the oauth2.1 authorization server in the spring boot? This my workaround project, any resources/help on how to add user details in the access token itself?
Thirumal
  • 8,280
  • 11
  • 53
  • 103