summaryrefslogtreecommitdiffstats
path: root/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2012-02-20 11:05:08 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2012-02-20 11:05:08 -0800
commit234cf20e86b0ed1d65bca4a61eabb3277e8562c5 (patch)
treec13f949c18e08e5ab1889b6d7b98968463f3aea6 /samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj
parent6bec41a02764e66581a5eaaaa6980b9124f7ca7b (diff)
downloadDotNetOpenAuth-234cf20e86b0ed1d65bca4a61eabb3277e8562c5.zip
DotNetOpenAuth-234cf20e86b0ed1d65bca4a61eabb3277e8562c5.tar.gz
DotNetOpenAuth-234cf20e86b0ed1d65bca4a61eabb3277e8562c5.tar.bz2
Added another frame busting technique to make the authorization server more secure.
Diffstat (limited to 'samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj')
-rw-r--r--samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj b/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj
index 8dff7d5..ffb0828 100644
--- a/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj
+++ b/samples/OAuthAuthorizationServer/OAuthAuthorizationServer.csproj
@@ -78,6 +78,7 @@
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
</Compile>
+ <Compile Include="Code\HttpHeaderAttribute.cs" />
<Compile Include="Code\OAuth2AuthorizationServer.cs" />
<Compile Include="Code\Utilities.cs" />
<Compile Include="Controllers\AccountController.cs" />