Mike Durden

Results 10 comments of Mike Durden

I want to add I am using the latest V12.0.3

@everflux I am not sure if it is a duplicate. Essentially the issue still happens after about an hour after logging in. I am unable to find a way to...

@everflux My expectation would be the user shouldn't have to reauthenticate as long as he or she uses the application let's say once a day similar to how facebook and...

I want to test this, but version 14 is only works with Angular 14. Is there a plan to have this working angular version 12? I am using 14.1.2 since...

Just a followup, I used a test project to try, and still getting the same issue as before. The result of forcedRefresh service call is null. This looks related to...

Here is something strange, I added scopes of 'openid profile offline_access' to the refresh token request using variable customParamsRefreshTokenRequest and now I am getting an id token back in addition...

Update. I was able to by pass the "No routes to check configured" issue by adding https://login.microsoftonline.com/common/discovery/keys to the secured route. However, I still can't get past the alg no...

@damienbod I resolved the issue and will request this issue to be closed. A few things were wrong on my end for configuration. Going through the 2.0 endpoint is very...

@fritzwf would you also need to add the below in the function where the logout button has been clicked? ``` localStorage.setItem('logout', 'remote-logout'); ```

Bumping this for official support. @AminoffZ would you have any directions with how to install the v16.0 tag?