<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
0D50Z00008G7VFGSA3Okta Classic EngineAdministrationAnswered2024-04-30T09:18:25.000Z2018-05-10T20:48:09.000Z2018-05-10T20:48:09.000Z
create a service account programatically

A beginner's question, I have a lot of backend services, and I want them be able to authenticate with Okta using a service account. The issue is that i have tons of them and doing it manually will be a lot of work, is there an API for creating service accounts? 

 

https://developer.okta.com/docs/api/resources/apps

 

Thanks,


  • j5v7c (j5v7c)

    All Admin accounts used for API access/provisioning or to access the Admin Portal don't go trough SAML by design.These accounts are have access trough the username/password auth system.

    For example in G Suite only an admin account can login to admin.google.com with the username and password, any other user will be redirected to Okta for authentication.

    Also please review the below Adminstrator Roles API documentation

    https://developer.okta.com/docs/api/resources/roles#assign-role-to-user
    Expand Post
This question is closed.
Loading
create a service account programatically