First of all thanks for the library, it saves a ton of time 👏
I'd like the popup to be closed automatically when calling new UserManager({}).signoutPopupCallback(false) just like it happens without issues for the signin process (new UserManager({}).signinPopupCallback()). Right now the signout works but the popup redirects to the home page and I want it to close automatically.
Ive also tried new UserManager({}).signoutPopupCallback() to no avail
My bad: I was not referencing correctly the signout callback page in the post_logout_redirect_uri. After fixing that, the popup closes automatically as expected.
Hi,
First of all thanks for the library, it saves a ton of time 👏
I'd like the popup to be closed automatically when calling
new UserManager({}).signoutPopupCallback(false)
just like it happens without issues for the signin process (new UserManager({}).signinPopupCallback()
). Right now the signout works but the popup redirects to the home page and I want it to close automatically.Ive also tried
new UserManager({}).signoutPopupCallback()
to no availThanks again, -Andres