
RajeshD.00986 (Customer) asked a question.
Hi Team,
One of the SPA is integrated with Okta and okta access token being issued as part of authentication, how can we access MS graph api from the application . Let us know how we can work or any documentation help.

Hi @RajeshD.00986 (Customer) , Thank you for reaching out to the Okta Community!
I'm not sure I understand the use case. The way I'm understanding this, the SPA integration and the Microsoft integrations are two separate and independent integration with Okta. The Okta access token cannot be used directly to call Microsoft Graph.
My advice would be to reach out via devforum.okta.com to take advantage of their expertise.
While we'll do our best to answer all of your questions here, this medium is more inclined towards Okta core products and features (non-custom/developer work).
If my answer helped, remember to mark it as best to increase its visibility for other members of the Okta Community who might have the same questions as you.
Hope my answer helps!
--
Help others in the community by liking or hitting Select as Best if this response helped you.
Collect them all. Learn a new skill and earn a new Okta Learning badge.
Just released: More Okta Community badges just added
An okta access token cannot be used to access Microsoft Graph API unless you created a specialized middleware to accept okta tokens but thats not recommended. you would only use the okta access token when accessing custom APIs built by you or your dev team, not to other vendors APIs