We would like to implement SSO using SAML 2.0 , the login flow is:
1. our Model Driven Power App is installed in Dynamics 365
2. user clicks on one of menu in our App. It auto login the user to our external web app using saml2.0 protocol
* Dynamics 365 is the SAML IDP (which is AAD), our external app is a SAML SP.
could anyone share how to implement this?
thanks