In-session authentication EntraID/AzureAD

0
Hello,    We are trying to implement a way to re-authenticate users with MFA through AzureAD/EntraID with SAML. This process should be triggered when saving/editing sensitive information.   The session should be kept intact (or at least: the session information and the page you are working on should be passed on to the new session).    Is there any way to re-trigger the MFA from EntraID in Mendix, without losing your session?    Thank you in advance!     
asked
1 answers
0

When you use the in-session feature of the SAML module, the session in the app should not be lost.

https://docs.mendix.com/appstore/modules/saml/#in-session

answered