Home
last modified time | relevance | path

Searched refs:return_to (Results 1 – 11 of 11) sorted by last modified time

/plugin/openid/Auth/OpenID/
H A DAX.php421 'return_to'));
H A DConsumer.php676 * @param string $return_to
761 * @param string $return_to
800 * @param string $return_to
816 $return_to,
858 * @param string $return_to
939 return $return_to;
942 if (!$return_to) {
1968 if ($return_to) {
1969 $return_to = Auth_OpenID::appendArgs($return_to,
2061 * @param null|string $return_to
[all …]
H A DServer.php340 private $return_to; variable in Auth_OpenID_MalformedReturnURL
344 $this->return_to = $return_to;
386 public $return_to = ''; variable in Auth_OpenID_Request
830 * @param string $return_to
845 if ($return_to &&
890 $this->return_to = $return_to;
915 ($this->return_to == $other->return_to) &&
958 (!$return_to)) {
1093 if (!$this->return_to) {
1819 private $return_to = ''; variable in Auth_OpenID_UntrustedReturnURL
[all …]
H A DTrustRoot.php370 function Auth_OpenID_returnToMatches($allowed_return_to_urls, $return_to) argument
384 (Auth_OpenID_TrustRoot::match($allowed_return_to, $return_to))) {
438 function Auth_OpenID_verifyReturnTo($realm_str, $return_to, $fetcher, argument
455 if (Auth_OpenID_returnToMatches($allowable_urls, $return_to)) {
/plugin/openid/
H A Daction.php189 $return_to = $this->_self('openid') . '&id=' . $ID;
191 $url = $auth->redirectURL(DOKU_URL, $return_to);
/plugin/fedauth/Auth/OpenID/
H A DAX.php407 'return_to'));
H A DTrustRoot.php370 function Auth_OpenID_returnToMatches($allowed_return_to_urls, $return_to) argument
384 (Auth_OpenID_TrustRoot::match($allowed_return_to, $return_to))) {
438 function Auth_OpenID_verifyReturnTo($realm_str, $return_to, $fetcher, argument
455 if (Auth_OpenID_returnToMatches($allowable_urls, $return_to)) {
H A DConsumer.php653 function complete($message, $endpoint, $return_to) argument
770 $return_to,
813 function _checkReturnTo($message, $return_to) argument
831 if (Auth_OpenID::isFailure($return_to)) {
888 if (Auth_OpenID::isFailure($return_to)) {
889 return $return_to;
892 if (!$return_to) {
897 $parsed_url = parse_url($return_to);
1841 if ($return_to) {
1842 $return_to = Auth_OpenID::appendArgs($return_to,
[all …]
H A DServer.php315 $this->return_to = $return_to;
745 if ($return_to &&
779 $this->return_to = $return_to;
800 ($this->return_to == $other->return_to) &&
842 (!$return_to)) {
878 $trust_root = $return_to;
882 ($return_to === null) &&
977 if (!$this->return_to) {
1128 if (!$this->return_to) {
1162 if (!$this->return_to) {
[all …]
/plugin/fedauth/classes/
H A Dfa_service.class.php36 … * @param string $return_to an URL user by the authorization service to pass the response (result)
38 function request($username, $return_to) { argument
/plugin/fedauth/classes/svc/
H A Dfa_openid.svc.class.php62 … * @param string $return_to an URL user by the authorization service to pass the response (result)
65 function request($username, $return_to) { argument
88 $url = $auth->redirectURL(DOKU_URL, $return_to);