Home | Trees | Indices | Help |
|
---|
|
This module contains the TrustRoot
class, which helps handle trust root
checking. This module is used by the openid.server.server
module, but it is also
available to server implementers who wish to use it for additional trust
root checking.
It also implements relying party return_to URL verification, based on the realm.
Classes | |
TrustRoot This class represents an OpenID trust root. |
Functions | |||
|
|||
|
Variables | |
RP_RETURN_TO_URL_TYPE =
|
Function Details |
Is the return_to URL under one of the supplied allowed return_to URLs? Since: 2.1.0 |
Verify that a return_to URL is valid for the given realm. This function builds a discovery URL, performs Yadis discovery on it, makes sure that the URL does not redirect, parses out the return_to URLs, and finally checks to see if the current return_to URL matches the return_to.
Since: 2.1.0 |
Variables Details |
RP_RETURN_TO_URL_TYPE
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 29 15:11:26 2010 | http://epydoc.sourceforge.net |