I have a requirement of allowing our internal support users to impersonate our customer users.
I'm currently using IdentityServer4, Implicit Flow and OIDC Client.
Resources found so far.
[Question]IdentityServer4 user impersonation #853
Generate…
I am attempting to get the implicit flow working for IdentityServer4. Login and logout work correctly, however the PostLogoutRedirectUri is coming back null, despite setting the value where it needs to be set. What I would like is for the logout…
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 update angular to latest 5.2.8 and the error com in!
anybody can direct me to an angular 5.2.8 and later sample with oidc-client-js ?
How to keep the original url that the user was navigating to?
Say I have an unauthenticated user navigates to http://localhost:9000/customer/123
To authenticate the user I would do a:
// in my app.js
new…
I am using oidc-client library for integrating with Azure AD in my Angular(9) application. signinRedirect() & signinSilent() functions are working as expected. But for signinPopup(), it is getting the access token successfully in the browser url…
I have an issue with the silent refresh with oidc-client.
The signin works fine and I'm able to acquire a token.
However, the silent refresh doesn't fire, nothing happens. When I subscribe to methods that check token expiry (methods in…
In app.js I hava an AuthorizationInterceptorthat checks if user is logged in. When the users token expires it hits the err condition and errors with Frame window timed out (see below) and then goes in to a redirect loop. I want to to do a silent…
I am getting user undefined in following code.
I have already authenticated user from MVC.
But when I use signinSilentCallback to get detail of that user, it is getting undefined using oidc-client in js.
It doesn't give any error as well.
…
I've been playing with IdentityServer4. Absolutely love it.
I've been going through the tutorials on your site, specifically https://identityserver4.readthedocs.io/en/release/quickstarts/7_javascript_client.html
I have created a Profile Service that…
I am using oidc-client with angular 7, and I want to enable logging. The doc suggests that I can do the following
Oidc.Log.logger = console;
I have not been able to make this work as Oidc does not appear to be on the window object??
I've successfully used the oidc-client-js library by Brock Allen to authenticate my SPA app with Auth0 acting as my Identity Provider. However, when I try to use the library to sign the user out mgr.signoutRedirect({state: "my test"}), I receive an…
I'm working with an angular SPA which implements authentication by using identity server 4 and oidc client js.
Something is not working at the silent access token renew level. The expected behavior is an automatic renew of the access token, which…
I have cloned the repo from the redux-oidc-example and it works for the most part but after a few hours it gives the following error:
Action payload: ErrorResponse: login_required
at new e (oidc-client.min.js:1)
at t [as…
What is the most concise and accurate way to determine isLoggedIn() with odic-client?
Much like the Angualr2 example my first method was:
// return true if user (token) exists.
public isLoggedIn(): Promise {
return…
Update: Basically the same issue as Standalone PWA breaks login but on iOS.
If you add a web app to the home screen, Chrome on android shares the local storage with the same domain in the browser. You can test this by going to…