AngularJS-OAuth2
AngularJS-OAuth2 copied to clipboard
Package for allowing an AngularJS application to authenticate with an OAuth 2 / Open ID Connect identity provider using the implicit flow.
Great work and exactly what I was looking for. Here are few issues that I'm observing and need some help. 1. The library requires that Silent redirect URL is different...
This is not the biggest issue, but it would be great if the bower package also contained a .min.js version so that consumers didn't have to minify it themselves.
I have the following configuration based on the sample app ` ` I've changed the response type as seen above. The code as given appends "?id_token_hint=XXXXX" to the url, but...
Hi James, this is not an issue but a query. I can't see anywhere where this library saves the tokens in localStorage. Does/Can it actually do so? or just use...
"name": "AngularJS-OAuth2" Should the value of name be all lower case? Running bower install --save AngularJS-OAuth2 gives error: ENOTFOUND Package AngularJS-OAuth2 not found.
Hi James, I found your directive very useful. Thank you for putting this together. I wanted to contribute a few minor additions. - Added a new parameter autoSignin to the...
I am currently having an issue with the directive being placed anywhere other then on the main `index.html` . If i add it to a view being called from a...
The problem I had was that since the init for the oauth2.endpoint was being called when the directive was loaded, my values for the urls were not being used --...
As it says on the tin. Reminder to myself to add in an upcoming version.
Thinktecture IdentityServer requires a Nonce value when asking for implementing OpenID scopes using the implicit flow. I have added a nonce parameter and random value generator to enable this situation.