Hi Team,
we are configuring our application to use the Single sign-on (SSO) authentication azure using the Claims Based Authentication for this we are following the curreent Configuration :
identity Provider uri : https://login.microsoftonline.com/Directory Id/wsfed
Security Realm : https://example.com
Allowed Audience uri : https://example.com
Thumbprint : we are using the samltool for the x.509 certificate and the certificate thumbprint we are using.
Certificate validator : chain trust --> we have configured our certificate in the Trusted People Store
we are getting the bellow error : certificate validator : chain trust
The X.509 certificate CN=accounts.accesscontrol.windows.net chain building failed. The certificate that was used has a trust chain that cannot be verified. Replace the certificate or change the certificateValidationMode. A certificate chain processed, but terminated in a root certificate which is not trusted by the trust provider.
certificate Validator : None
[IssuerNameRegistry.GetIssuerName]: Untrusted certificate.
can you please provide the Sample Claims Based Configuration Settings Documentation/videos from kentico