My favorites
▼
|
Sign in
lightopenid
Lightweight OpenID library.
Project Home
Downloads
Wiki
Issues
Source
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
15
attachment: successful_request_object_dump.txt
(1.8 KB)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Successful request with public profile. Object printed just before "$server = $this->discover($this->data['openid_identity']);" within the validate() function:
LightOpenID Object
(
[returnUrl] => http://localhost/login.php
[required] => Array
(
)
[optional] => Array
(
)
[identity:LightOpenID:private] =>
[claimed_id:LightOpenID:private] => http://example.com/
[server:protected] => https://www.google.com/accounts/o8/ud?source=profiles
[version:protected] => 2
[trustRoot:protected] => http://localhost
[aliases:protected] =>
[identifier_select:protected] =>
[ax:protected] => 1
[sreg:protected] =>
[data:protected] => Array
(
[openid_ns] => http://specs.openid.net/auth/2.0
[openid_mode] => id_res
[openid_op_endpoint] => https://www.google.com/accounts/o8/ud?source=profiles
[openid_response_nonce] => 2010-11-09T15:43:09ZeQHpGhdHimVrNw
[openid_return_to] => http://localhost/stellenmarkt_neu/student/login.php
[openid_assoc_handle] => AOQobUdL7nPjVgIkpji3p0Qclwc3ra73BUOD57q5AXXnE4JO3ZkxvY4y
[openid_signed] => op_endpoint,claimed_id,identity,return_to,response_nonce,assoc_handle,ns.ext1,ext1.mode,ext1.type.contact_email,ext1.value.contact_email
[openid_sig] => KA4KWTMZ/wgexavt4iO7I/l4aqk=
[openid_identity] => http://www.google.com/profiles/123456789012345678901
[openid_claimed_id] => http://example.com/
[openid_ns_ext1] => http://openid.net/srv/ax/1.0
[openid_ext1_mode] => fetch_response
[openid_ext1_type_contact_email] => http://axschema.org/contact/email
[openid_ext1_value_contact_email] => me@example.com
)
)
Powered by
Google Project Hosting