I am trying to implement SSO in my company's intranet using apache,php,mod_auth_sspi & Microsoft active directory
SSO works fine with a domain account[CompanyDomain\Username], but prompts for login if the account is not on the domain[Localmachine\administrator].
is there a way to disable login prompts and redirect the user to a login page.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi all,
I am trying to implement SSO in my company's intranet using apache,php,mod_auth_sspi & Microsoft active directory
SSO works fine with a domain account[CompanyDomain\Username], but prompts for login if the account is not on the domain[Localmachine\administrator].
is there a way to disable login prompts and redirect the user to a login page.