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
{
"Okta CIS instance URL": "{ORG_URL}",
"Client ID": "{CLIENT_ID}",
"Client Secret": "{CLIENT_SECRET}"
}
- 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.
-
Copy the {API_AUDIENCE} from the API create in your tenant and paste in the auth_config.json file.
-
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