Reputation: 1101
I have done some research and found the following are the frameworks available to work with oAuth2 + AngularJs.
Bit unclear, which one works well with identityserver3. What is your recommendation ? Is there any other best frameworks available ?
Upvotes: 3
Views: 2107
Reputation: 1101
I used the client side framework suggested by Brock Allen (https://github.com/IdentityModel/oidc-client-js). I was able to proceed with the implementation.
Also found an interesting AngularJs Module, that was written on top of oidc-client - https://github.com/markphillips100/oidc-cordova-demo/blob/master/src/Oidc.Demo.Cordova/www/app/js/services/angular-oidc-client.js.
Upvotes: 0