Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Revoke emailAuthenticationMethod #31

@mouki9

Description

@mouki9

In the revoke script for email authenticationMethod there is currently a bug present.

on line 196:
if ($actionContext.Configuration."$($actionContext.References.Permission.RemoveWhenRevokingEntitlement)" -eq $false) {
Schould be changed to:
if ($($actionContext.References.Permission.RemoveWhenRevokingEntitlement) -eq $false) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions