Skip to content

udplabs/cis-ui-template

Repository files navigation

Auth Rocks UI

This Glitch app is based on the Okta SPA JS Login Quickstart and the Auth0 Calling an API Quickstart.

It is part of the Auth Rocks developer workshop presented by Okta

Configuring the App

{
  "Okta CIS instance URL": "{ORG_URL}",
  "Client ID": "{CLIENT_ID}",
  "Client Secret": "{CLIENT_SECRET}"
}

Challenge 1

  1. Copy the {ORG_URL}, {CLIENT_ID}, and {CLIENT_SECRET} from the web app created in your CIS tenant and paste in the .okta.env file.

Challenge 2

  1. Copy the {API_AUDIENCE} from the API create in your tenant and paste in the auth_config.json file.

  2. Copy the URL from the Glitch API app and paste in var baseAPIUrl = "Enter Glitch API URL here"; (on line 15) in support/client.js


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published