Hello,
I need to double check the user's password before executing a certain request. Although the user is logged into the application (and the corresponding msal info it's in the localStorage) I have a requirement to add extra security to make sure the user is prompted a window to confirm their password before executing the action. Is there any way I can validate that using MSAL and/or Graph? I've been trying to search through the APIs but I can't find any info.
I'm using
@azure/msal-angular": "^2.0.0-alpha.5
@azure/msal-browser": "^2.11.1
Thanks in advance.