I want to create users on okta from my server using the okta API.
I already managed to test it using an API token I generated from the UI, but now I need to integrate it with my server, so I guess I need to authenticate to okta in real time, so how do I do that?
Do I need to create another okta application and authenticate using the client id and secret? how do I do that?
Thanks, but I can’t use that.
AFAIK, okta only allows you to create a token that expires after one month, and I can’t update the server every month with a new token. I want the process to be automated