diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-08-19 21:03:00 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-08-19 21:03:00 -0700 |
commit | 618a01a73adff1d487941c8bd3daee8be79e00c7 (patch) | |
tree | 203be10d6af773d8230a4bf9587ddd5665d1d17e /samples/OAuthServiceProvider | |
parent | ed0161d164ee049b341fb486e6f11ec7307b499c (diff) | |
download | DotNetOpenAuth-618a01a73adff1d487941c8bd3daee8be79e00c7.zip DotNetOpenAuth-618a01a73adff1d487941c8bd3daee8be79e00c7.tar.gz DotNetOpenAuth-618a01a73adff1d487941c8bd3daee8be79e00c7.tar.bz2 |
Added to sample OAuthConsumerWcf to demonstrate calling our sample OAuthServiceProvider.
Diffstat (limited to 'samples/OAuthServiceProvider')
-rw-r--r-- | samples/OAuthServiceProvider/Default.aspx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/OAuthServiceProvider/Default.aspx b/samples/OAuthServiceProvider/Default.aspx index 67efe3a..683a939 100644 --- a/samples/OAuthServiceProvider/Default.aspx +++ b/samples/OAuthServiceProvider/Default.aspx @@ -47,4 +47,7 @@ <asp:Button ID="createDatabaseButton" runat="server" Text="(Re)create Database" OnClick="createDatabaseButton_Click" /> <asp:Label runat="server" ID="databaseStatus" EnableViewState="false" Text="Database recreated!" Visible="false" /> + <p>Note that to be useful, you really need to either modify the database to add an + account with data that will be accessed by this sample, or modify this very page + to inject that data into the database. </p> </asp:Content> |