I have setup adfs web sso successfuly in intranet , this is my configuration.
sharepoint site https://qvsrv4.dev.sina.com/sharepoint/default.aspx
certificate is issued to qvsrv4.dev.sina.com
adfs server: https://adfserver.dev.sina.com/adfs/ls/
certificate is issued to adfserver.dev.sina.com
when access https://qvsrv4.dev.sina.com/sharepoint/default.aspx ,it will authenticate by adfs server and redirect to https://qvsrv4.dev.sina.com/sharepoint/default.aspx .
now i want to implement in production enviroment and want to be accessed on internet
by load balancer configuration. it can access on internet
https://sharepoint.sina.com and https://adfsserver-auth.sina.com, it will show default iis page.
I change sharepoint site federation url to https://adfsserver-auth.sina.com/adfs/ls/federationserverservice.asmx
certificate is issued to qvsrv4.dev.sina.com
for adfs server , certificate is issued to adfserver.dev.sina.com
when end user access https://sharepoint.sina.comsharepoint/default.aspx ,it will accept certificates issued by load balancer , current is issue to *.sina.com ,but in fact sharepoint can't commiute with adfs server . this is error message
User Action
Verify that the Federation Service SSL server certificate chains to a root certificate that is in the Local Computer Trusted Root Certification Authorities certificate store on the web server.
Verify that the SSL certificate is neither expired nor revoked.
Verify that the SSL certificate subject matches the host name portion of the Federation Service Uniform Resource Locator (URL).
I want to ask the following questions ,
1:is sharepoint or adfs server cerficate issue correct , should it issue to sharepoint.sina.com not qvsrv4.dev.sina.com?
2: when I access https://adfsserver-auth.sina.com/adfs/ls/federationserverservice.asmx ,it show acess denied message, if use https://192.168.10.1/adfs/ls/federationserverservice.asmx , it can access and show getclaims() etc method.
3: Should sharepoint certificate be import to load balancer machine.
3: if use load balancer , how to configure adfs and load balancer. should pay attention to something.
thanks