https://github.com/amwebexpert/okta-plain-javascript
Simple trial of Okta Signin Widget within a very basic pure javascript SPA
https://github.com/amwebexpert/okta-plain-javascript
Last synced: about 1 year ago
JSON representation
Simple trial of Okta Signin Widget within a very basic pure javascript SPA
- Host: GitHub
- URL: https://github.com/amwebexpert/okta-plain-javascript
- Owner: amwebexpert
- Created: 2020-01-02T23:38:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T15:43:13.000Z (over 3 years ago)
- Last Synced: 2025-02-16T15:16:18.995Z (over 1 year ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SPA Okta login / logout demo
Concrete example of Okta global authentification mechanism using their javascript widget.
Inspired by https://developer.okta.com/blog/2018/06/08/add-authentication-to-any-web-page-in-10-minutes
## Setup
* Insure NPX is installed (test it using `npx --version`)
* Link for installing NPX: https://www.npmjs.com/package/npx
* Execute `npm install`
## Launch http server
* Execute `npm start`
* Open the browser at http://localhost:8080/
* Follow instructions of welcome page on browser