Is there any way to get the password after msal authentication using username and password. Neither ClaimsPrincipal contains any password info nor the token which we receive after successful authentication from azure ad, authenticating using angular MsalService.
Please help..