Hi There,
We are building a customer portal at our end, one of the feature is they can login to Dynamics 365 to check tickets, etc.
When I redirect them to Dynamics 365 it is asking to login every time, is there a way we can pass the credential in the header or something, so that when we redirect they can skip the login page and land directly to the Dynamics 365.
Regards,
Gary Joel
Hi,
I assume you are building a custom portal (not Dynamcis 365 portal).
You can't pass credentials to Dynamics 365 within URI (it is not secure).
The proper way is to get the required data using Web API and list it on your portal.
Please refer to following link for more details on Data Retrieval using Web API:
docs.microsoft.com/.../query-data-web-api
WebApi returns data in JSON, that can be visualized as per your needs on the portal.
Best,
Wahaj
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156