Claims cannot establish endpoint - Event 8305 (SharePoint 2010 Products)
Applies to: SharePoint Server 2010, SharePoint Foundation 2010
Alert Name: Security Token Service claims cannot establish an endpoint
Event ID: 8305
Summary: The Security Token service (STS) claims authentication cannot establish an endpoint.
Symptoms: One or more of the following symptoms might appear:
Users are unable to log on to Microsoft SharePoint Server 2010.
Logon fails.
This event appears in the event log: Event ID: 8305 Description: An exception occurred when trying to establish endpoint for context: <exception>.
Cause: The claims provider is not configured correctly.
To confirm that the STS service is running by using Windows PowerShell
Verify that you meet the following minimum requirements: See Add-SPShellAdmin.
On the Start menu, click All Programs.
Click Microsoft SharePoint 2010 Products.
Click SharePoint 2010 Management Shell.
At the Windows PowerShell command prompt, type the following command:
Get-SPServiceApplicationPool | Where {$_.DisplayName -eq <DisplayName>}| Format-List
Where:
- <DisplayName> is the display name of the STS service application pool. By default, this value is "SecurityTokenServiceApplicationPool".
Verify that the
Status
of the application pool isOnline
.
Resolution: Revert changes to the Web.config file
- If the Web.config file was modified, try manually reverting to the previous version, or — if you backed up the file — restore the backup.