Hi,
We have a requirement to invoke Okta API’s based on a user who has logged into an application.For example,we have a small login application where the user logs in and then will perform some operation like searchuser,createuser etc in Okta.If the logged in user is a SuperAdmin,then he should be able to perform all the operations and if the logged user is a normal user without any permissions,he can do only the operations he is allowed.
To implement this my understanding is,we need to pass the logged in user’s API Token while invoking the ReST call.But Okta has not provided any option to retrieve another person’s token.
Let me know is there any other solution available to implement this.
Thanks in advance.