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
You get a "The AzureAD Authentication is not correctly configured." warning logged, coming from here, when Azure AD settings are configured from the environment, not site settings, via ConfigureAzureADSettings().
To Reproduce
Steps to reproduce the behavior:
Configure Azure AD settings with ConfigureAzureADSettings().
Launch the app.
Observe the warning being logged immediately.
Expected behavior
No warning is logged when the configuration comes from the environment. However, a warning should be logged if no available configuration is correct.
The text was updated successfully, but these errors were encountered:
Yes! warning message is misleading, however the order is correct. Settings are loaded first from settings by Configure and then overridden from appsettings config via PostConfigure .
So warning should state what it finds i.e. The AzureAD Authentication is not configured in site settings.
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.
Describe the bug
You get a "The AzureAD Authentication is not correctly configured." warning logged, coming from here, when Azure AD settings are configured from the environment, not site settings, via
ConfigureAzureADSettings()
.To Reproduce
Steps to reproduce the behavior:
ConfigureAzureADSettings()
.Expected behavior
No warning is logged when the configuration comes from the environment. However, a warning should be logged if no available configuration is correct.
The text was updated successfully, but these errors were encountered: