Adding Group Claim Filters via API

I am creating an interface to self serve the apps creation (Mainly OAUTH2 ones). Because of the business nature, depending on what i create, i need to set up a Group Claim Filter based on Regex.

When we manually create apps, its pretty straight forward to go App > Sign On > OIDC Token > Group Claim Filter > Matches Regex > Filter. But using the apps API on the app creation, i don’t see a viable way to replicate this. Is it possible? Is there somewhere i can read about it or share a snippet? (Nope Okta App API doesn’t contemplate this scenario)

Hi @acamposo

There is no option to configure the claims for OIDC apps through API. The administrative panel uses an internal API to do the request, based on the values added by the user in the form.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.