I'm working on electronic batch record/DHR application and am struggling with Part 11 Compliance. For Part 11, we need to re-confirm the active user before submitting information. I was hoping to find a way to verify AD user and password, but so far I haven't found a method. I've seen some materials on implementing OpenID or ROPC flow via API's but I'm not quite sure how to use those to verify credentials before each submission. I've also added the Office365 and AzureAD connections but those only give me logged-in user details without a way to re-confirm.
Is there a way to add a function to powerapps to prompt user for AD credentials and verify before pushing new data?