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 ?
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 ?
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.
4 people are following this question.