question

AmanPareek-8430 avatar image
0 Votes"
AmanPareek-8430 asked amanpreetsingh-msft answered

Use OKTA acces token for microsoft Graph APis with delegate permission

If I use OKTA as IDP and I want to use Microsoft Calendar Graph API under delegate access. Is there any way to do it ?

microsoft-graph-calendarmicrosoft-identity-managerazure-ad-single-sign-on
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

amanpreetsingh-msft avatar image
0 Votes"
amanpreetsingh-msft answered

Hi @AmanPareek-8430 · Thank you for reaching out.

Microsoft Graph API is federated with Azure AD, which is why it will trust only the tokens which are issued by Azure AD. The only way I can think of achieving this requirement is by federating OKTA with Azure AD. That way, after the user is authenticated via OKTA, token will be sent to Azure AD; Azure AD can then validate the token and issue a corresponding token to be used by Microsoft Graph API.

Read more:
https://help.okta.com/en/prod/Content/Topics/Provisioning/azure/azure-integrate-main.htm


Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.