-
Notifications
You must be signed in to change notification settings - Fork 257
Open
Labels
Description
Hi Okta Dev Team,
We are building a react component which needs to call an external API. The react component is hosted in Dynamics 365.
The Dynamics 365 has 2 factor authentication with Okta.
How to enable the OIDC in this react component similar to :
https://pcf.gallery/react-aad-msal-pcf/
https://taerimhan.com/using-react-aad-msal-to-call-a-secure-api-from-a-pcf-control/
The challenge we are facing is in the redirect uri and the callback setup.
Any suggestions would be highly appreciated.
Thank you