Open Saveriu opened 2 years ago
I'm not sure. What web framework are you using and why do you need this functionality?
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?