Assume I have 2 urls pointing to one website, just use site binding, example:
productname1.company.com
productname2.company.com
Our web application does single sign on to Azure Active Directory, and in Azure Application Configuration, I have put:
productname1.company.com
for SIGN-ON URL and REPLY URL:
If user comes to productname1.company.com
, the Azure single sign on authentication works perfectly.
But if user comes to productname2.company.com
, it does not work at all and redirect to login page of productname1.company.com
.
How do I configure to make it works with productname2.company.com
, I am using OWIN OpenIdConnect to do single sign on with Azure AD.