Skip to content

pajohns/aurelia-open-id-connect

 
 

Repository files navigation

Why?

This plugin adapts oidc-client-js to the Aurelia router. While it is possible to use the oidc-client-js on its own, you will find yourself writing a fair amount of code to handle the routing within Aurelia.

Demo Projects

The demos have an example of how to configure everything.

Smaller Demo(s) <- more up-to-date

https://github.com/aurelia-contrib/aurelia-open-id-connect-demos

Larger, LIVE Demo

https://zamboni-app.azurewebsites.net

Installation

yarn add aurelia-open-id-connect --save
npm install aurelia-open-id-connect --save

Implicit Flow Implementor Guide

The OpenID Connect Implicit Client Implementer's Guide 1.0 contains a subset of the OpenID Connect Core 1.0 specification.

It is designed to be easy to read and implement for basic Web-based Relying Parties using the OAuth 2.0 Implicit Flow.

About

An aurelia adapter for the IdentityModel/oidc-client-js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 98.0%
  • JavaScript 1.4%
  • HTML 0.6%