am trying to implement claims based authentication in sharepoint which is configured in 2 different servers.
previously it was in one server.. its worked fine with custom STS provider.
now i followed same steps to configure custom STS in share point in server 1..
but token is not accepting by sharepoint its again redirecting to custom STS provider
sharepoint.com -> redirecting to CustomSts.com (authentication done) posting token to sharepoint.com but sharepoint.com is again redirecting to CustomSts.com (as already authenticated ) its redirecting to sharepoint.com. cycle repeats that should not be happen
is there any solution for this
Sharepoint 2013
Issue got fixed by maintaining same time in 2 sharepoint servers and CustomSTS server.
Actually one of the sharepoint server time is different from customSTS server time so, sharepoint application is treating that incoming claims are expired after login, so its again redirecting to CustomSTS server for live claims. We maintained the same time between the servers, this fixes our issue.
Thanks friends for helping.