One Time SSO Login Link

0
Hello folks,   I currently have the requirement from my stakeholder to create login urls for our mendix app that expires after the user has clicked on the link once and where the user gets created inside the app.    Our mendix app uses SAML20.   BR
asked
2 answers
0

Hi Niklas,

you will have to use token system like in the nanoflow or somethig which is calling the deeplink you can create object with token and commit it and pass that token string as a parameter of deeplink and inside the deeplink first check with respect to that token any object exist in database if yes show the page and delete the object.

Hope it helps!

answered
0

Hi Niklas,

 

It sounds like the requirement is MFA. If you currently have SAML implemented as SSO, I would suggest to configure your IdP and enable MFA for your application there. No hussle in Mendix required!

 

Hope this helps!

Kind regards,

Johan

answered