Hello
I've set an additional rule to my ADFS authenticaiton (MFA) but now I dont know how to disable it.
Any thoughts?
When I try to use the GUI, I get a message that an MFA rule was set in MS shell and thus should be controlled through shell as well.
The command I used is:
Set-AdfsAdditionalAuthenticationRule AdditionalAuthenticationRules 'EXISTS([Type == "http://
schemas.microsoft.com/ws/2012/01/insidecorporatenetwork", Value == "false"]) && EXISTS([Type == "http://schemas.microsof
t.com/2012/01/requestcontext/claims/x-ms-endpoint-absolute-path", Value == "/adfs/ls/"]) => issue(Type = "http://schemas
.microsoft.com/ws/2008/06/identity/claims/authenticationmethod", Value = "http://schemas.microsoft.com/claims/multipleau
thn");'
Thanks


