Security settings for single sign on web site
-
Hi all, i have deployed a site where a i am reading the username using User.Identity.Name.Remove(0, User.Identity.Name.IndexOf("\") + 1) and then validate this username in active directory. if exist proceed. Locally it is working well however when iam deploying iam disabling anonymous and checking only windows integrated security the first time i input the url a username and password is popping. What i need is not to pop up this message and directly enter the site if validated. Any sugesstions, thanks
-
Hi all, i have deployed a site where a i am reading the username using User.Identity.Name.Remove(0, User.Identity.Name.IndexOf("\") + 1) and then validate this username in active directory. if exist proceed. Locally it is working well however when iam deploying iam disabling anonymous and checking only windows integrated security the first time i input the url a username and password is popping. What i need is not to pop up this message and directly enter the site if validated. Any sugesstions, thanks
Apperently, you also have Basic Authentication enabled. You need to disable it.:rose:
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.
-
Apperently, you also have Basic Authentication enabled. You need to disable it.:rose:
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.