
00uya60md0UFJFEUEXKB1.420764330368897E12 (Customer) asked a question.
- isMemberOfGroupName("okta-group-a") ? "group-a" : String.substringAfter(user.email, "@")
Okta accepts the above statement as a valid expression and it works as intended. However, it errors out when we try to add a little more complexity to it like:Value: - String.join( isMemberOfGroupName("okta-group-a") ? "group-a" : "", isMemberOfGroupName("okta-group-b") ? "some-random-string-b" : "" )
Is there a known/recommended way to implement an override value for an Attribute Statement with respect to a certain group. Any help in this matter would be appretiated. Thanks in advance for any help with this.PS: I am new to this community so please pardon my lack on knowledge around this topic.