Gordon Blahut
Gordon Blahut
Is there a method to manually refresh the user profile/claims and update the user that is tracked by the UserManager?
> What's your scenario? Client is a Vue/vuex-based SPA with both a web browser version and Cordova Android/iOS version. Both versions are using oidc-client as the client and IdentityServer4 on...
> once the RT comes back with a new AT we don't use that to trigger a new request to userinfo Is this by design? Is there a reason for...
Looking into adding `HttpClientFactory` support but I want to better understand your code base first. 1. Is there a reason some methods use `GetHttpResponseMessage` and others use `ExecuteRequest`. Is this...
I couldn't find a way to make a boolean definition , but you can at least shorten ```javascript strict: process.env.DEV === true ? true : false ``` to ```javascript strict:...