Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 25064

The issuer of the token is not a trusted issuer

$
0
0

Hi, I have a problem in authorization saml token to sharepoint.

I've got error like below:

The issuer of the token is not a trusted issuer.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.ServiceModel.FaultException`1[[System.ServiceModel.ExceptionDetail, System.ServiceModel, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]: The issuer of the token is not a trusted issuer.

Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:
[FaultException`1: The issuer of the token is not a trusted issuer.]
   Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.ReadResponse(Message response) +222
   Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst, RequestSecurityTokenResponse& rstr) +83
   Microsoft.IdentityModel.Protocols.WSTrust.WSTrustChannel.Issue(RequestSecurityToken rst) +37

It looks like there is a problem with certificate but I don't know how to resolve this ;/

Please tell me if I should use certificate in Sharepoint as SPTrustedTokenIdentityTokenIssuer which IDP STS uses for signning saml assertion token? or SPTrustedTokenIdentityTokenIssuer should be another certificate?

Thanx for any help.


Viewing all articles
Browse latest Browse all 25064

Trending Articles