<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00007Vi7X7CAJOkta Classic EngineAPI Access ManagementAnswered2024-03-25T04:50:51.000Z2022-03-16T15:40:04.000Z2022-03-17T14:11:44.000Z

p32dx (p32dx) asked a question.

Is there a way to prevent internal users of Okta API from exposing sensitive user info?

We have an internal service application, and we want to programmatically verify if our engineers are part of a certain Okta group before we let our engineers perform certain actions through our application.

 

If we want to use Okta API internally, then any of our internal engineers has the potential to misuse the Okta Client because they can essentially clone the repo, and run a query internally through the codebase for any user and be able to view that user's sensitive info.

 

Is there anyway we can restrict the okta client from returning sensitive info (password, address, etc) from a user object, or are there any permissions that will restrict info for any Okta account so that we can only view the bare minimum of the user, such as Name, Email, and what Groups they are a member of and exclude sensitive info?


This question is closed.
Loading
Is there a way to prevent internal users of Okta API from exposing sensitive user info?