Setting login redirect URIs via Okta API

We have a number of internal testing environments that change almost daily. I am looking for a way, using the Okta API, to add and remove login and logout redirect URIs from an application as needed, but I am unable to find a way to do this.

Any advice will be appreciated.

Run this PUT method:

https://developer.okta.com/docs/api/resources/oauth-clients/#update-client-application

"redirect_uris": [
    "https://www.example-application.com/updatedURI"
  ],
1 Like

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