BakkerJan/M365Portal

Security Information Helpdesk Tool

Opened this issue ยท 3 comments

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

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 ๐Ÿ˜Š

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 ๐Ÿ˜Š.

@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