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
Hi!
I want to be able to change the configuration at runtime to be able to change the authority server.
Can I use the same instance of AuthService and just change config then launch init method or do I need to rebuild a new instance?
The text was updated successfully, but these errors were encountered:
Hi, I am also looking for this functionality. Using Angular 15.
I tried changing the config's server_host at runtime and calling signIn() does direct to the specified server_host for logging in. However after being redirected back to the callback page, the wrong URL is being called for the well-known configuration endpoint and the login flow stops.
Hi!
I want to be able to change the configuration at runtime to be able to change the authority server.
Can I use the same instance of AuthService and just change config then launch init method or do I need to rebuild a new instance?
The text was updated successfully, but these errors were encountered: