0.1.0 • Published 3 years ago
create-okta-app v0.1.0
Create Okta Service App
A starter to create an Okta OAuth2.0 Service app via Okta's API.
Requirements
Setup
Clone this repo:
git clone https://github.com/indent-testing/create-okta-app.git \
cd create-okta-appInstall the dependencies:
npm installBuild the Node file into a binary:
npm run build && npm linkUsage
Make sure you have access to your Okta Domain URL and your Okta Admin API Token.
Use the app like this:
create-okta-app --domain DOMAIN.okta.com --scopes "okta.users.manage,okta.groups.manage,okta.apps.read" --token TOKEN --name indent-access-service-appOr use npx to do in one line:
npx create-okta-app --domain DOMAIN.okta.com --scopes "okta.users.manage,okta.groups.manage,okta.apps.read" --token TOKEN --name indent-access-service-app0.1.0
3 years ago