Open id get username after successful authentication
Posted
by Zeeshan Khan
on Stack Overflow
See other posts from Stack Overflow
or by Zeeshan Khan
Published on 2010-04-01T07:21:07Z
Indexed on
2010/04/01
7:23 UTC
Read the original article
Hit count: 332
openid
I am using openid using openid4java. My return url is a servlet
After authentication when the return url is invoked by the openid provider after successfully authentication , i want the USERNAME from the open id url like https://me.yahoo.com/USERNAME
the above url i am recieving from parameter openid.identity i cannot get username directly since user is entering user name on the openid provider site.
Please give any suggestion Regards, Zeeshan
© Stack Overflow or respective owner