My favorites | Sign in
Project Home Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* Copyright 2008-10 Jarrett Vance
* see http://www.codeplex.com/blogsvc/license */
namespace AtomSite.Plugins.OpenIdPlugin
{
using System;
using System.Security.Principal;
using System.Web;
using System.Web.Security;
using AtomSite.Domain;
using AtomSite.Repository;
using AtomSite.WebCore;
using DotNetOpenAuth;
using StructureMap;
using DotNetOpenAuth.OpenId.RelyingParty;
using DotNetOpenAuth.OpenId.Extensions.SimpleRegistration;
using DotNetOpenAuth.OpenId;
using DotNetOpenAuth.Messaging;

public class OpenIdAuthenticationModule : IHttpModule
{
public void Init(HttpApplication context)
{
//no longer used
}

public void Dispose() { }
}
}

Change log

r205 by jarrettv on Mar 31, 2010   Diff
Remove OpenId plugin dependency on
changing web.config
New extension point for authentication
Go to: 
Project members, sign in to write a code review

Older revisions

r109 by jarrettv on Feb 9, 2010   Diff
Update year to 2010
r93 by jarrettv on Sep 20, 2009   Diff
Separated BlogML into separate plugin
AssemblyInfo.cs
Updated OpenId plugin for new version
of jQuery Tools
r63 by jarrettv on Aug 2, 2009   Diff
Updated the OpenId Library to
DotNetOpenAuth
Updated OpenId Plugin to use jquery
tools overlay and expose
Fixed jquery tools overlay so it does
...
All revisions of this file

File info

Size: 733 bytes, 28 lines
Powered by Google Project Hosting