Skip to content

Commit 8d330ff

Browse files
committed
Prevented OpenId errors by adding select_identifier identity to examples
1 parent 4ce4fbe commit 8d330ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ This is a modified version of [LightOpenId by mewp on Gitorious](https://gitorio
55
$openid = new LightOpenId('localhost'); // replace with your host
66
$openid->version = 2;
77
$openid->server = 'https://www.google.com/a/YOURDOMAIN.com/o8/ud?be=o8';
8+
$openid->identity = 'http://specs.openid.net/auth/2.0/identifier_select';
89

910
For more usage examples, see `example.php` and `example-google.php`.

0 commit comments

Comments
 (0)