diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-31 12:04:06 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-12-31 12:04:06 -0800 |
commit | 36bb738e4cc937a8b04321ef85b098d16d0793c8 (patch) | |
tree | dba34217c34ec24af4a0c9281dc8ffa7eec4e45f /samples/OpenIdWebRingSsoRelyingParty/OpenIdWebRingSsoRelyingParty.csproj | |
parent | 0a71b4599eb77f774a4d083bc4faa788ebb4e356 (diff) | |
download | DotNetOpenAuth-36bb738e4cc937a8b04321ef85b098d16d0793c8.zip DotNetOpenAuth-36bb738e4cc937a8b04321ef85b098d16d0793c8.tar.gz DotNetOpenAuth-36bb738e4cc937a8b04321ef85b098d16d0793c8.tar.bz2 |
Locked down the OP endpoint authorized to log into the SSO RP. And the OP now asserts the users' roles to the RP.
Diffstat (limited to 'samples/OpenIdWebRingSsoRelyingParty/OpenIdWebRingSsoRelyingParty.csproj')
-rw-r--r-- | samples/OpenIdWebRingSsoRelyingParty/OpenIdWebRingSsoRelyingParty.csproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/samples/OpenIdWebRingSsoRelyingParty/OpenIdWebRingSsoRelyingParty.csproj b/samples/OpenIdWebRingSsoRelyingParty/OpenIdWebRingSsoRelyingParty.csproj index 3cc9d44..978a1a57 100644 --- a/samples/OpenIdWebRingSsoRelyingParty/OpenIdWebRingSsoRelyingParty.csproj +++ b/samples/OpenIdWebRingSsoRelyingParty/OpenIdWebRingSsoRelyingParty.csproj @@ -59,6 +59,13 @@ <Content Include="xrds.aspx" /> </ItemGroup> <ItemGroup> + <Compile Include="Admin\Default.aspx.cs"> + <DependentUpon>Default.aspx</DependentUpon> + <SubType>ASPXCodeBehind</SubType> + </Compile> + <Compile Include="Admin\Default.aspx.designer.cs"> + <DependentUpon>Default.aspx</DependentUpon> + </Compile> <Compile Include="Default.aspx.cs"> <SubType>ASPXCodeBehind</SubType> <DependentUpon>Default.aspx</DependentUpon> @@ -73,6 +80,7 @@ <Compile Include="Login.aspx.designer.cs"> <DependentUpon>Login.aspx</DependentUpon> </Compile> + <Compile Include="AuthTicketRoles.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> </ItemGroup> <ItemGroup> @@ -82,6 +90,10 @@ </ProjectReference> </ItemGroup> <ItemGroup> + <Content Include="Admin\Default.aspx" /> + <Content Include="Admin\Web.config" /> + </ItemGroup> + <ItemGroup> <Folder Include="App_Data\" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |