Skip to content

nintexplatform/simple-oidc-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-web-app

Simple Web Application that performs a basic OIDC flow with Node.js and Express

Requirements

  • Node.js

Setup

cd <root of project>
npm install

Run the app

  1. Setup a .env file. You can use the template below:
APP_PORT=8085
APP_URL="http://localhost:8085"
AUTHORITY_URL="https://auth.nintexcloud.com"
CLIENT_ID="<your-client-id>"
CLIENT_SECRET="<your-client-secret>"
OPENID_DISCOVERY_ENDPOINT="https://auth.nintexcloud.com/.well-known/openid-configuration"

Modify values as necessary, especially your client ID and client secret

  1. Run the app
npm start
  1. Access the login page
http://localhost:8085

The URL and/or port may be different depending on your .env configuration.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published