Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Disabled SWT by default
Browse files Browse the repository at this point in the history
  • Loading branch information
leastprivilege committed Jul 12, 2013
1 parent ef97f86 commit f70301f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OnPremise/WebSite/Configuration/identity.config
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<add type="System.IdentityModel.Tokens.JwtSecurityTokenHandler, System.IdentityModel.Tokens.Jwt" />

<!-- SWT -->
<add type="Thinktecture.IdentityModel.Tokens.SimpleWebTokenHandler, Thinktecture.IdentityModel" />
<!--<add type="Thinktecture.IdentityModel.Tokens.SimpleWebTokenHandler, Thinktecture.IdentityModel" />-->
</securityTokenHandlers>

<!-- no certificate validation for client certificate authentication by default -->
Expand Down

0 comments on commit f70301f

Please sign in to comment.