JamesRandall / AngularJS-OAuth2

Package for allowing an AngularJS application to authenticate with an OAuth 2 / Open ID Connect identity provider using the implicit flow.
MIT License
46 stars 42 forks source link

Add support for OIDC acr_values parameter #34

Open dajomo opened 8 years ago

dajomo commented 8 years ago

Hi

I have included support for the optional acr_values parameter on an OIDC request.

This allows the client to specify context data for the server. For instance, the client can target a particular tenant on the server in a multi-tenant environment.