oidc-client-js Questions
3
Solved
I've done auth with google when client auth, receive token_id, send it to server and server retrieve client account info base of that token_id. It was pretty easy because it was documented. Now I t...
Acantho asked 14/2, 2018 at 20:20
8
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 need...
Massey asked 21/6, 2017 at 19:24
6
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 metho...
Hospitality asked 14/2, 2018 at 2:6
1
I am currently building out a Vue3 SPA and trying to use the oidc-client-ts javascript library for authenticating a user. Up to this point, I have been successful at implementing the login/logout f...
Sickening asked 11/6, 2022 at 1:12
2
I have a .net core 3.1 MVC IdentityServer4 application (A tailored quickstart app provided by the guys at Idsrv) which I use for authentication against a SPA which is built using the oidc-client li...
Impossibly asked 5/7, 2021 at 15:6
4
Solved
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 (o...
Hibernicism asked 19/11, 2019 at 21:4
2
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 gett...
Ransom asked 7/5, 2020 at 18:16
1
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...
Barcroft asked 16/10, 2017 at 14:31
1
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...
Geoid asked 15/9, 2020 at 12:16
3
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.
[Quest...
Langmuir asked 7/8, 2017 at 14:50
1
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 n...
Joinder asked 27/3, 2019 at 2:44
2
Solved
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...
Thunder asked 11/3, 2018 at 12:48
1
Solved
I have an IdentityServer4 and a javascript client which is using the oidc-client.js library to authenticate with my IdentityServer. I have a specific case where I need to pass both acr values: idp:...
Minimize asked 17/2, 2019 at 11:4
1
Solved
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....
Unlimited asked 27/12, 2018 at 17:46
2
Solved
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-cli...
Rasure asked 18/5, 2018 at 17:37
2
Solved
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 mg...
Hypopituitarism asked 13/6, 2018 at 19:4
1
Solved
I have a local instance of Identity Server 4 and I'm trying to follow this guide to create a Javascript client. This uses the oidc-client-js library and I'm using the signin popup approach so my si...
Bonniebonns asked 12/3, 2018 at 8:49
1
Solved
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 a...
Garrard asked 25/1, 2018 at 15:31
0
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(...
Dani asked 25/7, 2017 at 20:41
1
I am working with identity server 4 to provide identity services to different apps in an enterprise arch.
Registered an SPA application using implicit flow with the identity server 4 app with oidc-...
Savaii asked 17/4, 2017 at 7:14
1
Solved
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_javascr...
Bipetalous asked 2/2, 2017 at 17:2
1
© 2022 - 2024 — McMap. All rights reserved.