Skip to content
ngocdaothanh edited this page Sep 13, 2010 · 2 revisions

Using OpenID Simple Registration Extension

See OpenID Simple Registration Extension.

For example, to force the user to provide email and fullname in his OpenID Registra:

  1. Append “&openid.sreg.required=email,fullname” to the URL returned by start_authentication.
  2. In the return HTTP GET request controller/action, parse the GET query to find openid.sreg.email and openid.sreg.fullname paramaters.
Clone this wiki locally