StarterSTS Documentation

Security policy and settings (starterSTS.config)

starterSTS.config defines the overall security policy of the STS as well as the available endpoints.

<starterSTS xmlns=http://www.thinktecture.com/configuration/startersts
            siteName="thinktecture Security Token Service Starter Sample"
            issuerUri=http://sample.thinktecture.com/trust
            issuerContactEmail=identity@thinktecture.com
            claimsBaseUri=http://sample.thinktecture.com/claims
            requireEncryption="true"
            requireSsl="true"
            requireLoginConfirmation="false"
            requireReplyToWithinRealm="true"
            allowKnownRealmsOnly="true"
            enableClientCertificates="true">
  <endpoints wsTrustMixed="true"
             wsTrustMessage="true"
             wsFedMex="true"
             simpleHttp="true"
             openIdBridge="true" />
</starterSTS>

General configuration settings

Endpoint configuration