-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dynamic Configuration of OidcTrustedDomains.js #1391
Comments
Support |
Hi @timurscribe @jw265982 , Thank you for your issue. |
|
Part of the goal of using a service worker is that if someone evil has gained the ability to execute javascript on the page of the user, they would not be able to steal the access token (as they cannot execute JS inside the service worker). If they can configure the domain, they can work around this by sending the token to their own server. |
We currently have an app that retrieves configuration variables from the initial information request, which are then used to configure all endpoints and authentication URLs. Unfortunately, setting OidcTrustedDomains dynamically is not possible at the moment. It would be beneficial to have the ability to configure this dynamically.
The text was updated successfully, but these errors were encountered: