Skip to content

Simple Javascript client that implements the OpenID Connect implicit flow

License

Notifications You must be signed in to change notification settings

franznoel/openid-implicit-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

openid-implicit-client

Simple Javascript client that implements the OpenID Connect implicit flow

This code is forked based on a blog by Nat Sakimura originally documented in this blog

To use this library, Include the openidconnect.js script;

  • Set the provider and client configuration info through JSON objects;
  • Call the server – login;
  • In the callback page, callback.html, you will get ID Token back, so that you can put it into the cookie to handle the session.

About

Simple Javascript client that implements the OpenID Connect implicit flow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published