<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %>

OpenID Relying Party

Provided by DotNetOpenAuth

<% if (User.Identity.IsAuthenticated) { %>

You are already logged in! Try visiting the <%=Html.ActionLink("Members Only", "Index", "User") %> area.

<% } else { %>

Visit the <%=Html.ActionLink("Members Only", "Index", "User") %> area to trigger a login.

Optionally, you can try out the <%=Html.ActionLink("JQuery login popup UX", "LoginPopup", "User")%>.

<% } %>