Roles mapping and ADFS

Product: PowerShell Universal
Version: 3.7.11

So I have the following mapping:


BUT I do not get the role assigned ?
I have Verified by the “View Claim Information” and it’s a match.
(We still have double groups in it. Double Claim groups? - Universal Dashboard / Universal Dashboard Help - Ironman Software Forums )

I tried the:

$User | ConvertTo-Json | Out-File "$Env:Temp\$($User.Identity.Name).claims.json"

the content is just NULL

Weird this resolved itself…