-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.azure-springAll azure-spring related issuesAll azure-spring related issuesbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.
Milestone
Description
Context
In current AadClientRegistrationRepository#toClientRegistration , userInfoUri is not set, which caused OidcUserService#shouldRetrieveUserInfo always returns false.
Problem
OidcUserService#shouldRetrieveUserInfo always returns false, it is unexpected behavior.
Goal
- Make userInfoUri configured and use it to get user information.
- Confirm proxy setting will work when send http request to userInfoUri. DefaultOAuth2UserService's RestTemplate. Refs: [BUG] Make sure all RestTemplate are managed by AadRestTemplateCreator #31347 (comment)
Useful links
https://learn.microsoft.com/en-us/azure/active-directory/develop/userinfo
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.azure-springAll azure-spring related issuesAll azure-spring related issuesbugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.
Type
Projects
Status
Done