* minor changes (like an [em] BBcode)
* Trying to use OAuth2 Google Login
This commit is contained in:
parent
d1f76f4902
commit
3f41636719
32 changed files with 16285 additions and 119 deletions
10
web/Views/Account/OpenIDLogOn.aspx
Normal file
10
web/Views/Account/OpenIDLogOn.aspx
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<%@ Page Title="Login" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Models/App.master" %>
|
||||
<asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server">
|
||||
<%= Html.ValidationSummary("Ouverture de session avec OpenID") %>
|
||||
<% using(Html.BeginForm("OpenIDLogOn", "Account")) %>
|
||||
<% { %>
|
||||
<label for="loginIdentifier"/>
|
||||
<%= Html.TextBox( "loginIdentifier" ) %>
|
||||
<%= Html.ValidationMessage("loginIdentifier", "*") %>
|
||||
<% } %>
|
||||
</asp:Content>
|
||||
6
web/Views/Google/Auth.aspx
Normal file
6
web/Views/Google/Auth.aspx
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<%@ Page Title="Catalog" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Models/App.master" %>
|
||||
|
||||
<asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server">
|
||||
AccessToken : <%= Session["AccessToken"] %>
|
||||
Target in error : <%= ViewData["TargetNameError"] %>
|
||||
</asp:Content>
|
||||
5
web/Views/Google/Calendar.aspx
Normal file
5
web/Views/Google/Calendar.aspx
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<%@ Page Title="Catalog" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Models/App.master" %>
|
||||
|
||||
<asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server">
|
||||
|
||||
</asp:Content>
|
||||
5
web/Views/Google/Login.aspx
Normal file
5
web/Views/Google/Login.aspx
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<%@ Page Title="Catalog" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Models/App.master" %>
|
||||
|
||||
<asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server">
|
||||
|
||||
</asp:Content>
|
||||
Loading…
Add table
Add a link
Reference in a new issue