0

Hi is there a way to get users applications list in OKTA via jquery? Right now we are using Okta Iframe on our page, problem is that the okta content cannot be changed.

BizApps
  • 6,048
  • 9
  • 40
  • 62

1 Answers1

0

The operation that lists users assigned to an application is part of the Apps API, which requires an API token. For security reasons, you can't call it from jQuery code.

If you have a backend or API component to your application, you can use that to call this API securely and then pass the results to your frontend.

Nate Barbettini
  • 51,256
  • 26
  • 134
  • 147