Home | Trees | Index | Help |
|
---|
Package openid :: Package server :: Module trustroot |
|
This module contains the
class, which helps handle
trust root checking. This module is used by the TrustRoot
module, but it
is also available to server implementers who wish to use it for
additional trust root checking.openid.server.server
Classes | |
---|---|
TrustRoot |
This class represents an OpenID trust root. |
Function Summary | |
---|---|
Is the return_to URL under one of the supplied allowed return_to URLs? | |
Verify that a return_to URL is valid for the given realm. |
Function Details |
---|
returnToMatches(allowed_return_to_urls, return_to)Is the return_to URL under one of the supplied allowed return_to URLs?
|
verifyReturnTo(realm_str, return_to, _vrfy=<function getAllowedReturnURLs at 0x83b5f0c>)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.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Dec 14 16:10:52 2007 | http://epydoc.sf.net |