zhenwenc / sandbox-oidc

Sandbox for OpenID Connect

Home Page:https://oidc-sandbox.vercel.app/oidc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenID Connect Sandbox

An Express app that manages the interactions between components in the OAuth 2.0 workflows.

license-apache-2.0

Quick start

You can visit the deployed sandbox application:

BranchURL
mainhttps://oidc-sandbox.vercel.app/oidc
nexthttps://oidc-sandbox-preview.vercel.app/oidc

If you’re new to the OpenID Connect (OIDC) authentication protocol, please visit https://openidconnect.net for a step-by-step tutorial instead.

Installation

Launch the application locally by running the following command:

# At the project root
yarn install

# Run the application in DEV mode
PORT=3000 yarn start:dev

Open http://localhost:3000/oidc in your browser.

open http://localhost:3000/oidc

About

This project was mainly for study purposes, feel free to create a topic to discuss any improvement suggestions or point out any mistakes. ❤️

About

Sandbox for OpenID Connect

https://oidc-sandbox.vercel.app/oidc

License:Apache License 2.0


Languages

Language:TypeScript 99.3%Language:JavaScript 0.7%