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:
|
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.