Skip to content

dwjsong/AuthPlatelet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AuthClassLib

AuthPlatelet: Built-In Formal Verification in Every Authentication/Authorization Flow

Please run make.bat before running examples.

There are three Visual Studio solutions included in this repository. They are src\AuthClassLib, src\Examples and src\ProjectBuilder.

src\AuthClassLib: AuthPlatelet implementations.

src\Examples: Four concrete scenarios using Live ID, Yahoo Login and Facebook Connect services for authentication and authorization.

src\Examples\ABC: ABC example we explain in the paper. In order to run this example, you need to select multiple startup projects, and run in order of Server_A, Server_B, Server_C, and Run_ABC.

src\Examples\LiveIDLogin: Set LiveIDExample as startup project to run this example. Also, you need to install Internet Information Services (IIS) Manager, and add a site named LiveIDExample with host name as a.local.host with port number 14022. Also, Anonymous Authentication should be on, and Application Pool should be LocalSystem.

src\Examples\OpenIDLogin: Set OpenIDExample as startup project to run this example.

src\Examples\FacebookGraphAuth: Set FacebookGraphApiExample to run this example. You need to log in Facebook as johndoe.test.789@gmail.com. Please email authplatelet@gmail.com for credentials to test this example.

src\Examples\CILRepository: This is source for the certification server.

src\ProjectBuilder: Post-build script for sending the dll at compile time.

If you have any questions, please email authplatelet@gmail.com.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 66.2%
  • PowerShell 21.2%
  • JavaScript 7.9%
  • HTML 2.3%
  • Batchfile 1.6%
  • Classic ASP 0.7%
  • CSS 0.1%