CERNSSO

Library to automate sign on to CERN's Single Sign On web pages and allow the programmer access to web pages behind the SSO. .NET45, Store+Phone (Universal)


Keywords
CERN, Security, SSO
License
MIT
Install
Install-Package CERNSSO -Version 2.1.0

Documentation

Thanks for using CERNSSO!

Windows Phone 8 and Windows Store:
- Same API now, using Universal App class library. May break your code!!!

Windows Desktop
- Same API as before, separate library all together (of course).

Development:

- You'll need to have a CERN certificate called "cert.pks12" in the solution
  directory for the tests to run. Along with it a file called password.txt in order to get into that cert.

History:

- 2.1 - Added ability to set the HttpMethod.
- 2.0 - Universal Library