0.0.4 • Published 3 years ago

@indent/create-okta-app v0.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

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-app

Install the dependencies:

npm install

Build the Node file into a binary:

npm run build && npm link

Usage

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 dev-123456.okta.com --token 00asdfghjklqwertyuiop

These are the additional options:

--name okta_service_app # Rename your app
--keyid 789012 # Add a unique identifier for your JWK
--keysize 2048 # Increase the number of bits for your JWK
--scope okta.users.manage or okta.groups.manage # Used to manage users or groups