Skip to content

Latest commit

 

History

History
 
 

okta-adapter

Okta adapter

Okta adapter for salto.io

Connecting Salto to Okta

Salto supports authenticating with Okta using an API Token:

  • Go to https://{yourOktaDomain}.okta.com/admin/access/api/tokens
  • Create a new token
  • Connect to Okta with the command 'salto account add okta' or 'salto account login okta'.
  • You will be asked to provide the Okta Base URL (e.g. https://.okta.com/, remove the "-admin" part if exists) and the token you created.

Okta Swaggers

The Okta adapter is heavily relying on Core Okta API and its API swagger definitions.