
9toew (9toew) asked a question.
Hi! I'm looking to assign a O365 Attribute (ExtensionAttribute1) to "true" or "fasle" based on the user's membership in a group. I know that isMemberOfGroupName returns a boolean value and that the ExtensionAttributes I can map for O365 are Strings. Is this doable? Would it be something like:
isMemberOfGroupName("App Users") == true ? "true" : "false"

Try using the following expression : isMemberOfGroupName("App Users") ? "true" : "false" and see if the issue is resolved, if not you can open a case with Okta Support