Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

"Security Token Service is not available" issue when deploing custom c

Status
Not open for further replies.

pablopecora

Programmer
Feb 17, 2011
4
0
0
I'm having issues after deploying our custom claims provider (ClaimsProvider.wsp) to a Sharepoint Farm.
(I also include the command line run on the Sharepoint 2010 Management Shell).

We add the solution the ISG Claims provider
Add-SPSolution -LiteralPath “C:\claimsprov\ClaimsProvider.wsp”

And then we try to install/deploy it.
Install-SPSolution -Identity ClaimsProvider.wsp –GacDeployment

Then, the SecurityTokenServiceApplication can not resolve the Active Directory users claims.

The problem appears when we deploy our package:

If we run the Sharepoint Health Analyzer after deploying our provider, we get the following message:
The Security Token Service is not available. ISGSITES2A SPSecurityTokenService (SecurityTokenService)

If we retract (unistall) our solution
Disable-SPFeature -Identity ClaimsProvider_Feature1 -Url Uninstall-SPSolution -Identity ClaimsProvider.wsp

And re run the Sharepoint Health Analyzer, We can check that the error is gone, and the Active directory recognition gets back to work.

Any clue or help about this?...

Thanks!..

PnP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top