Differences between revisions 1 and 2
Revision 1 as of 2006-06-16 07:32:15
Size: 636
Editor: TFKyle
Comment:
Revision 2 as of 2008-02-05 05:46:30
Size: 636
Editor: localhost
Comment: converted to 1.6 markup
No differences found!
  • there will be a local http server (bound to 127.0.0.1 so no one else can access it) which will do the brunt of the client-side of authentication... for example with a public/private key it will take a message to encode/decode and will do it with your private key, and if nesiccary it will ask the browser for your passphrase via. a communication protocol.
  • the browser will act as a proxy between the local and remote servers, and act as a gui for displaying anything that is needed by the local auth server
  • the remote server will ask for various information and give you a Session which will accompany your authentication info

Auth (last edited 2008-02-05 05:46:30 by localhost)