angular-auth-oidc-client
angular-auth-oidc-client copied to clipboard
npm package for OpenID Connect, OAuth Code Flow with PKCE, Refresh tokens, Implicit Flow
I am using Azure AD as the idp, and either when the accesstoken times out or issuing command forceRefreshSession, it causes the id token and access token to be null...
**What Version of the library are you using?** 14.1.1 **Describe the bug** In V13 in your AuthenticationModule code you could run something like this: eventService .registerForEvents() .pipe(filter((notification) => { return...
**What Version of the library are you using?** 14.1.2 **Describe the bug** If you use the router guard `AutoLoginAllRoutesGuard`, the `isLoading$` never emits `false` because the guard is not using...
We are having multiple Server instances and fetching the config from a single Endpoint (per Server), therefore I need to pass the authConfigs from only one async source, but an...
**Describe the bug** When the token endpoint comes back with an error, the library reports the error as `ERROR OidcService code request https://sts.example.com/ with error [object Object]`. Obviously, it would...
**What Version of the library are you using?** 13.1.0 **Describe the bug** When I'm initiating my Angular app from Firefox browser i'm receiving an console error: DataError: **Data provided to...
**What Version of the library are you using?** 14.0.0 (and also tried 11.2.4 with jsrsasign-reduced lib) **Describe the bug** ID token validation fails, because of HS256 algorithm. This was already...
**What Version of the library are you using?** 13.1.0 **Question** How can I stop sendAuthorizeRequestUsingSilentRenew from multiple tabs? If I have multiple tabs open, they all calls **sendAuthorizeRequestUsingSilentRenew**. One of...
Hi there, I just tested Version 14 of this great library and wasn't able to import the TokenHelperService from angular-auth-oidc-client anymore. It has been removed with this commit: https://github.com/damienbod/angular-auth-oidc-client/commit/e7699f7a0c07128dd8f94dd2c5e1445f66c8863b I...
I am using your library on an application with lot of users, one of the issues that are causing me a lot of pain, is the fact that many users...