Implementing OpenID in ASP.net “Properly” - Membership or Authentication Provider?

前端 未结 6 835

There are several ways to use OpenID on ASP.net sites, but none of them seem to use the existing mechanism of Membership and Authentication Providers.

I wonder what

6条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-05 12:16

    if anyone comes across a good c# janrain example - please let me know.

    i've got dsn pointing to tumblr, then for the login widget it comes back to a subdomain where i have it's path to a folder under the root.

    so then i have an app_code folder in there that i am using this c# helper class - i can get the token back just fine and it's taking me to my members.domain.com so the widget is working - just need to get the user details on the provider they used to get to the members area.

    http://groups.google.com/group/rpx-developers/web/c-helper-class?_done=/group/rpx-developers%3F

    is the helper class

    error

    Server Error in '/' Application. Unexpected API error Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.Exception: Unexpected API error

    Source Error:

    Line 22: Line 23: Rpx feedit = new Rpx("apikey", "https://learnbartending.rpxnow.com/"); Line 24: feedit.AuthInfo(justoken); Line 25: XmlElement xmlstuff = feedit.AuthInfo(justoken); Line 26:

    Source File: c:\Inetpub\vhosts\learnbartending.com\httpdocs\members\Default.aspx.cs Line: 24

    Stack Trace:

提交回复
热议问题