Top "Oidc-client-js" questions

Use oidc-client-js for questions related to the certified OpenID Connect (OIDC) JavaScript library

Silent refresh not working with OIDC-client in Angular 5

I have an issue with the silent refresh with oidc-client. The signin works fine and I'm able to acquire a …

oidc-client-js
No state in response after callback in oidc-client-js

I think this is an error related to angular 5.2.8 & 6 . With angular 5.2.7 work fine. I create a ng5 branch and …

angular openid-connect oidc-client-js
Identity Server 4 is not redirecting to Angular app after login

I am using oidc-client in angular. following this Tutorial import { UserManager, UserManagerSettings, User } from 'oidc-client'; My Client: export function getClientSettings(): …

angular authentication identityserver4 asp.net-identity-2 oidc-client-js
silent token renew in identity server 4 with js client app not working as expected

I am working with identity server 4 to provide identity services to different apps in an enterprise arch. Registered an SPA …

access-token identityserver4 oidc-client-js implicit-flow
No user in signinSilentCallback using identityserver and oidc client of javascript

I am getting user undefined in following code. I have already authenticated user from MVC. But when I use signinSilentCallback …

identityserver4 openid-connect oidc-client-js
Retrieving state data with oidc-client

How to keep the original url that the user was navigating to? Say I have an unauthenticated user navigates to …

oauth-2.0 identityserver4 oidc-client-js implicit-flow
IdentityServer4 PostLogoutRedirectUri null

I am attempting to get the implicit flow working for IdentityServer4. Login and logout work correctly, however the PostLogoutRedirectUri is …

c# implicit identityserver4 oidc-client-js