We got nominated! Help us out and vote for GitHub as Best Bootstrapped Startup of 2008. (You can vote once a day.) [ hide ]

public
Description: A C# implementation of the OpenID Authentication protocol
Homepage: http://dotnetopenid.googlecode.com
Clone URL: git://github.com/AArnott/dotnetopenid.git
Fixed old references to ConsumerPortal in readme.html file.
AArnott (author)
Tue May 20 22:15:57 -0700 2008
commit  d966d9fc788d06033cd542b21c7b83075c1ae067
tree    ff202a5350c1b94da44efaedf896bb670247c4f9
parent  d884560afb39f97b050099a07fcf01feb7b3a2ab
...
141
142
143
144
 
145
146
147
148
149
150
151
 
152
153
154
...
157
158
159
160
 
161
162
163
164
165
166
167
 
168
169
170
...
141
142
143
 
144
145
146
147
148
149
150
 
151
152
153
154
...
157
158
159
 
160
161
162
163
164
165
166
 
167
168
169
170
0
@@ -141,14 +141,14 @@
0
     <li>Create an OpenID account with one of the Open Servers listed below OR use the demo
0
       Server as the identity provider - using http://[EXTERNAL IP]/ProviderPortal/user/bob
0
       with the password 'test'</li>
0
- <li>Go to http://[EXTERNAL IP]/ConsumerPortal/default.aspx and enter the OpenIDURL</li>
0
+ <li>Go to http://[EXTERNAL IP]/RelyingPartyPortal/default.aspx and enter the OpenIDURL</li>
0
     <li>You are required to authenticate with the provider. Some fields (eg Name, DoB, Country
0
       etc.) are requested, some required and some omitted. Your OpenID provider should
0
       prompt you for the relevant fields, or at least make you aware which fields its
0
       passing back. The exact page flow and auhentication mechanism will be implemented
0
       differently by different identity providers.</li>
0
     <li>After providing the required info and loggin in, you are taken back to the http://[EXTERNAL
0
- IP]/ConsumerPortal/default.aspx and the available profile information is displayed</li>
0
+ IP]/RelyingPartyPortal/default.aspx and the available profile information is displayed</li>
0
   </ol>
0
   <h3>
0
     The Provider Demo
0
@@ -157,14 +157,14 @@
0
     <li>Kill all session cookies</li>
0
     <li>Get the full openID url for a user based on whats in web.config. By default you
0
       can use http://[EXTERNAL IP]/ProviderPortal/user/bob with the password 'test'</li>
0
- <li>Go to http://[EXTERNAL IP]/ConsumerPortal/default.aspx and enter the OpenIDURL of
0
+ <li>Go to http://[EXTERNAL IP]/RelyingPartyPortal/default.aspx and enter the OpenIDURL of
0
       the local server</li>
0
     <li>The user is prompted for their password. The username field is propulated from the
0
       openid url and grayed out.</li>
0
     <li>The user is presentend with their identity url, a trust root (the site requiring
0
       authentication) and set of fields to complete. Only the requested or required fields
0
       are presented. Fields with * means the consumer requires it. </li>
0
- <li>The user completes the fields and clicks Yes and are taken to http://[EXTERNAL IP]/ConsumerPortal/default.aspx
0
+ <li>The user completes the fields and clicks Yes and are taken to http://[EXTERNAL IP]/RelyingPartyPortal/default.aspx
0
       with their available profile information.</li>
0
   </ol>
0
   <h3>

Comments

    No one has commented yet.