AngularJS-OAuth2 icon indicating copy to clipboard operation
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.

Results 20 AngularJS-OAuth2 issues
Sort by recently updated
recently updated
newest added

I'm having great difficulty in getting the library to work with Safari. It works perfectly and consistently with Chrome, and Firefox running on Windows, Linux, MacOS, Android and IOS and...

I'm struggling in finding a way to keep the token in the `session storage` when doing a redirection from an application residing in `localhost:3000` to an other residing in `localhost:3002`....

hi my apllication **after sing out** redirect to **uthorization-url** page but i do redirect to **sign-out-redirect-url** ` > ` > please help to redirect after sign out to redirect sign...

Is it possible to use the requireToken: true with ui-router?

Looks like there is an issue with angularjs 1.6.1 if you are running with $locationProvider.html5Mode(false) where it is now adding a #! to the beginning of the hash. the issue...

We use uiRouter in our project so I removed the dependency on $routeProvider. You may choose to include or not include it. We also had a need for an "aud"...

Hi, thanks for this great lib. When a silent renew fails for some reason (temporary broken connection or failure of the OAuth server), there is no retry made and only...

Hello, We use your lib but we have some problem sometime the token is not correctly silent-renewed and then we got error as we have a really short expiration time,...

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...

I am able to parse the accessToken but I cannot find the id_token. I am trying to display the user's email id. I have set response-type="id_token token" and scope="openid email"