Accessing Abstract SCIM Login Locally
  1. Create a new org from an account in abstract that has a matching okta account
  1. Visit https://localhost:3006/account/tokens to generate a personal access token
  1. Locate your organization ID-- from the “Home” page in Abstract, you will see this in the URL, e.g. https://app.goabstract.com/organizations/<org_id>/projects
  1. Open a shell to run a curl command:
  1. curl https://api.goabstract.com/organizations/<org_id>/generate_scim_login -H "Authorization: Bearer <personal_access_token>"
  1. The returned JSON will include your username and password. 
  1. NOTE: these credentials cannot be retrieved again, as running the curl command a subsequent time will generate a new login.