DotNetOpenAuth: Webforms, Getting Started
Posted
by CccTrash
on Stack Overflow
See other posts from Stack Overflow
or by CccTrash
Published on 2010-03-01T05:04:47Z
Indexed on
2010/04/24
6:43 UTC
Read the original article
Hit count: 282
I am trying to figure out how to get DotNetOpenAuth(http://www.dotnetopenauth.net/) working in my webforms app
I don't understand where to begin. I have an OpenIDSelector on my Login.aspx that lets you choose google or Yahoo. You can choose one, then a popup comes up, and lets you login. Once you login the program hangs because it is trying to do something with a database???
Can't I just use some control(like the OpenIDSelector) and get back that the user was authenticated, get their ClaimedID and handle the rest myself?
EDIT: Trying to get started with OpenID in Webforms? Go Here...
http://www.dotnetopenauth.net/developers/code-snippets/programmatic-openid-relying-party/
© Stack Overflow or respective owner