You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As login requires transition to a login page where is apart from Aurelia, downloading the bundle occurs twice, before and after login. That was mentioned in #24 and seems stucking.
But the oidc-client-js should work with a popup login window as its sample does, right? Is there any reason why you don't use it? Difficult to use?
It's definitely possible, but this plugin was designed to plug into the Aurelia router, creating the OIDC redirect routes for you and handling them.
You would need another system for pop-ups, as the redirect routes would not hit the Aurelia app itself but the pop-up. @shaunluttin are you open for a pull request on this? I would like to give it a shot
Hi,
As login requires transition to a login page where is apart from Aurelia, downloading the bundle occurs twice, before and after login. That was mentioned in #24 and seems stucking.
But the oidc-client-js should work with a popup login window as its sample does, right? Is there any reason why you don't use it? Difficult to use?
https://github.com/IdentityModel/oidc-client-js/blob/dev/samples/VanillaJS/public/user-manager-sample-popup-signin.html
The text was updated successfully, but these errors were encountered: