xcreds
xcreds copied to clipboard
Enhancement request: Group Membership Zendesk Ticket 69193
allowedIfMemberOfGroup would be an array of Group IDs and if the Entra ID trying to login is a member of any of thoses groups they can login regardless (including creating new local account). If a local account exists but the Entra Id is no longer part of a group the login should fail.
added key allowLoginIfMemberOfGroup
pfm_description is not accurate for this key and seems to have borrowed language from the key allowing group to be admin users. Likely should read more like "List of groups whose members should be allowed to login. If the user is a member of any of these groups they can login regardless (including creating new local account) if authorization succeeds. If a local account exists but the user is no longer part of a group the login will be denied. "
Profile manifest corrected in commit 25bed7f. Closing