You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Thanks for putting the sample together, OBO is a common request when people are trying to interact with Microsoft Graph.
I believe that this sample should be using (and demonstrating) the use of the SDK instead of crafting requests manually. This way customers would see the full, end to end scenario, and not just auth.
Hi Vincent,
I agree with you fully. We are utilizing Graph SDK in our new chapter-wise samples, and so far, two of our new chapters implement Graph SDK features.
Please see Chapter 2.1 (call graph) in the chapter-wise MSAL Java tutorial where we demonstrate a web app getting /me data using Graph SDK. We also make use of Graph SDK in the Chapter 3.2 (Groups), where we receive group memberships using Graph SDK if there are too many to fit in an ID token.
Once I get a chance to work on the new OBO chapter in the upcoming weeks, we'll use Graph SDK to make the requests. I think this sample with manual Graph calls will be archived at that point.
Hi,
Thanks for putting the sample together, OBO is a common request when people are trying to interact with Microsoft Graph.
I believe that this sample should be using (and demonstrating) the use of the SDK instead of crafting requests manually. This way customers would see the full, end to end scenario, and not just auth.
ms-identity-java-webapi/msal-obo-sample/src/main/java/com/microsoft/azure/msalobosample/ApiController.java
Line 41 in 65374b7
The text was updated successfully, but these errors were encountered: