BakkerJan / M365Portal

Source files and instructions for the M365 Selfservice Portal in PowerApps
34 stars 3 forks source link

Security Information Helpdesk Tool #2

Open SAYANKO opened 2 years ago

SAYANKO commented 2 years ago

Hello Jan, I hope you're okay. I was looking through your website and the Git repository to find the Power App "Security Information HelpDesk Tool", but I couldn't find it. Thank you

BakkerJan commented 2 years ago

Hi @SAYANKO, that tool was very experimental and did not make it to an official published version. It is still on my to-do list to make a V2 version of that PowerApp, but so is a lot of stuff 😊

SAYANKO commented 2 years ago

Hello @BakkerJan , Awesome 👍 . I'm looking forward to see it and try it out. By the way, I was trying to achieve what you did with the TAP manager + have the option to show all current MFA methods in the same screen. I made an adjustment in the connector by adding a new definition to show the MFA methods in place via the graph call "GET https://graph.microsoft.com/beta/users/{UPN}/authentication/methods" . I started getting a bit of results but I am not able to show it all in a cute way ;). Added to that, it looks like we can't use "Require Re-Register for MFA" via graph yet. I'm thinking about an azure function maybe or something to complete the big picture. For me it's easier via powershell, CLI, Rest than PP but i'm doing my best 😊.

BakkerJan commented 2 years ago

@SAYANKO Sorry for the delay.

You can store the mfa method information in a collection and then present it in a table in PowerApps. That worked for me before.

Also, on the "Require Re-Register for MFA" button, try this: https://goodworkaround.com/2020/11/27/accessing-the-backend-azure-ad-apis-behind-portal-azure-com/

image