summaryrefslogtreecommitdiffstats
path: root/samples/TestAzureAD/Default.aspx
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2013-05-05 15:36:55 -0700
committerAndrew Arnott <andrewarnott@gmail.com>2013-05-05 15:36:55 -0700
commit49d654965b6cf0ee6aa171dec50b1d0b8fb86e0c (patch)
tree9b836b0b9e94b8aa1e650c68e714bc214439d8da /samples/TestAzureAD/Default.aspx
parent7edb0a63ef796af300c670ce90df8e7670930a10 (diff)
parent489bf70111fe4839e87fa591928d2845341f0059 (diff)
downloadDotNetOpenAuth-49d654965b6cf0ee6aa171dec50b1d0b8fb86e0c.zip
DotNetOpenAuth-49d654965b6cf0ee6aa171dec50b1d0b8fb86e0c.tar.gz
DotNetOpenAuth-49d654965b6cf0ee6aa171dec50b1d0b8fb86e0c.tar.bz2
Adds Azure Active Directory OAuth 2 client.
Closes #271
Diffstat (limited to 'samples/TestAzureAD/Default.aspx')
-rw-r--r--samples/TestAzureAD/Default.aspx39
1 files changed, 39 insertions, 0 deletions
diff --git a/samples/TestAzureAD/Default.aspx b/samples/TestAzureAD/Default.aspx
new file mode 100644
index 0000000..caecdb1
--- /dev/null
+++ b/samples/TestAzureAD/Default.aspx
@@ -0,0 +1,39 @@
+<%@ Page Title="Home Page" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="TestAzureAD._Default" %>
+
+<asp:Content runat="server" ID="FeaturedContent" ContentPlaceHolderID="FeaturedContent">
+ <section class="featured">
+ <div class="content-wrapper">
+ <hgroup class="title">
+ <h1><%: Title %>.</h1>
+ <h2>Modify this template to jump-start your ASP.NET application.</h2>
+ </hgroup>
+ <p>
+ To learn more about ASP.NET, visit <a href="http://asp.net" title="ASP.NET Website">http://asp.net</a>.
+ The page features <mark>videos, tutorials, and samples</mark> to help you get the most from ASP.NET.
+ If you have any questions about ASP.NET visit
+ <a href="http://forums.asp.net/18.aspx" title="ASP.NET Forum">our forums</a>.
+ </p>
+ </div>
+ </section>
+</asp:Content>
+<asp:Content runat="server" ID="BodyContent" ContentPlaceHolderID="MainContent">
+ <h3>We suggest the following:</h3>
+ <ol class="round">
+ <li class="one">
+ <h5>Getting Started</h5>
+ ASP.NET Web Forms lets you build dynamic websites using a familiar drag-and-drop, event-driven model.
+ A design surface and hundreds of controls and components let you rapidly build sophisticated, powerful UI-driven sites with data access.
+ <a href="http://go.microsoft.com/fwlink/?LinkId=245146">Learn more…</a>
+ </li>
+ <li class="two">
+ <h5>Add NuGet packages and jump-start your coding</h5>
+ NuGet makes it easy to install and update free libraries and tools.
+ <a href="http://go.microsoft.com/fwlink/?LinkId=245147">Learn more…</a>
+ </li>
+ <li class="three">
+ <h5>Find Web Hosting</h5>
+ You can easily find a web hosting company that offers the right mix of features and price for your applications.
+ <a href="http://go.microsoft.com/fwlink/?LinkId=245143">Learn more…</a>
+ </li>
+ </ol>
+</asp:Content>