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
Settings are blank in Admin UI when loaded from the Configuration (e.g. appsettings.json):
This makes you think these values are not set, when in-fact they are.
Note: The example is for the Microsoft module but I assume it's true for all the other modules that allow loading from the Configuration.
Proposed solution
Show in the UI that the setting was already set by the config. For example make the input non-editable and set the text to the valued loaded from the environment and with a message explaining the value was overridden by the Configuration. Or a simpler solution would just be a banner saying "some settings are overridden by Configuration" or something.
Load Configuration into UI and/or DB as default values. Would be confusing and updating them would override hidden DB valued the user never knew about.
The text was updated successfully, but these errors were encountered:
I didn't actually fully set up Entra ID but with a debugger I can see the values are loaded in AzureADOptionsConfiguration.Configure and applied to the options variable without the warning.
Showing a banner that these settings are loaded from external configuration would be a good solution, because that can be overridden if you set the config from the admin. I think we have examples of such banners for other features.
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues).
This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here.
Problem
Settings are blank in Admin UI when loaded from the Configuration (e.g. appsettings.json):
This makes you think these values are not set, when in-fact they are.
Note: The example is for the Microsoft module but I assume it's true for all the other modules that allow loading from the Configuration.
Proposed solution
Show in the UI that the setting was already set by the config. For example make the input non-editable and set the text to the valued loaded from the environment and with a message explaining the value was overridden by the Configuration. Or a simpler solution would just be a banner saying "some settings are overridden by Configuration" or something.
Other solutions
The text was updated successfully, but these errors were encountered: