-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQ] Add on behalf of token support in identity library #6924
Comments
Hi @jialindai, for now you will need to use the msal4j library to complete the on-behalf flow: https://github.com/AzureAD/microsoft-authentication-library-for-java. We will also integrate the feature in the azure-identity library in an upcoming release. |
Thanks for the information, we will target msal lib. |
In the meantime, is there a timeline about the release containing on behalf flow? |
Reopening issue to track the OBO auth flow support request |
I believe this is being worked on by @g2vinay - please close & link if duplicate |
This is a duplicate of #22363 |
Is your feature request related to a problem? Please describe.
Currently azure spring boot integration use on behalf of token to query graph API:
This feature is needed for azure spring boot integration to upgrade to identity library.
Describe the solution you'd like
Identity library should provide same functionality.
Additional context
The code of azure spring boot which utilize the on behalf of token can be found at:
https://github.com/microsoft/azure-spring-boot/blob/master/azure-spring-boot/src/main/java/com/microsoft/azure/spring/autoconfigure/aad/AADOAuth2UserService.java
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: