Hi dear all,
We are currently building a customer portal with Dynamics 365. We decided to use a custom authentication with OIDC.
I have set all the site settings informations into the CRM, as specified here : docs.microsoft.com/.../configure-openid-settings
The clic on login button makes a redirection on the OIDC authentication page, there you can make a login and all the parameters are returned as "form_post".
My question is, how can I identify the user with its CRM credentials? I mean how can I retrieve his CRM ID and identify him properly and display his name on top right of the portal, as when making a classic authentication?
I have read this (docs.microsoft.com/.../active-directory-protocols-openid-connect-code), but I just don't figure how to do this.
Can anyone help ?
*This post is locked for comments