I have tried to follow some of the examples online, but they are not very helpful and the official Microsoft documentation can be somewhat confusing and all over the place.
I have the token, which includes the nonce in the header.
I have added in the Microsoft Graph dependency in my pom.xml file and everything is set up, but I am not sure how to actually implement the method using the access token and make the calle to get a the signed in user info for example.
https://graph.microsoft.com/v1.0/me
I have set up my app in Azure already and added in the API permissions.
any help or guidance in the right direction would be helpful.