
Announcements
I am looking to create an app that would allow someone to sign and submit a form. However, I need the user to validate their signature by logging in again with their Microsoft Office credentials. I'm familiar with the pen input and setting passwords in power apps, but I have no idea how to make it work with someone's Microsoft Office credentials. Is this something that can be done with Power Apps? If so, how would I go about setting it up?
Thank you for any and all help.
In this case, it would be better to reference the User() object and display to them the User().Email and User().DisplayName - this way they can sign out and back in if they are in the wrong account.