diff options
Diffstat (limited to 'samples/DotNetOpenAuth.Samples.OpenIDConnectRP/Views/Home/Index.cshtml')
-rw-r--r-- | samples/DotNetOpenAuth.Samples.OpenIDConnectRP/Views/Home/Index.cshtml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/DotNetOpenAuth.Samples.OpenIDConnectRP/Views/Home/Index.cshtml b/samples/DotNetOpenAuth.Samples.OpenIDConnectRP/Views/Home/Index.cshtml new file mode 100644 index 0000000..a06e669 --- /dev/null +++ b/samples/DotNetOpenAuth.Samples.OpenIDConnectRP/Views/Home/Index.cshtml @@ -0,0 +1,8 @@ +@{ + ViewBag.Title = "Home Page"; +} + +<div class="jumbotron"> + <h1>Claims</h1> + <p><a href="@Url.Action("Claims")" class="btn btn-default">View</a> claims obtained using OpenID Connect</p> +</div> |