opserver / Opserver

Stack Exchange's Monitoring System
https://opserver.github.io/Opserver/
MIT License
4.51k stars 827 forks source link

Why does the login screen show when I have AD auth turned on? #258

Closed djlaney3 closed 7 years ago

djlaney3 commented 7 years ago

Why does the login screen show when I have AD auth turned on? provider="ad" or "alladmin" If I am using ad, . IIS auth - i've tried windows, forms, Anonymous, but I continue to get kicked to the /login screen. Any ideas?

djlaney3 commented 7 years ago

I figured out my problem. I was missing the server attribute in the securitySettings.config. It should look like this: provider="ad" server="10.1.1.25, 10.1.1.26". I'm not sure if that is documented anywhere.

djlaney3 commented 7 years ago

Also, IIS should be on Forms authentication, as specified in the web.config already.