Hi team,
We have a group claims issue for OIDC app-Implicit Flow, when Okta is not generating token if user’s group claim exceeds 100.
Legacy Group claim we are using:
The Okta solution page ( Okta Support Center (Lightning) ) suggests we split the tokens, but for that we need to use Token claims. We tested that with this expression: user.getGroups({‘group.type’: {‘OKTA_GROUP’}}, {‘group.profile.name’: {‘dcms’}}).![profile.name].
Now it turns out we can’t use the exact regex with the new tokens: Okta Support Center (Lightning)
Is there any way we can still use the regex (which is non-negotaible) and overcome the group number limitation?
Also we don’t have any group claims in auth server if that’s of any help.
Appreciate the support!

