Hi All,I have a requirement like : I have to login in to my web appication using my gmail id, how can i do it using OAuth 2 in java, So please he me in doing that using OAuth 2,Thank You in advance.RegardsPMR--
You received this message because you are subscribed to the Google Groups "OpenID4Java" group.
To view this discussion on the web visit https://groups.google.com/d/msg/openid4java/-/Br87EUgXNPIJ.
To post to this group, send email to openi...@googlegroups.com.
To unsubscribe from this group, send email to openid4java...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/openid4java?hl=en.
Hi,Openid4java is a library which supports OpenId protocol. Your question is about OAuth 2 protocol : you need some Java OAuth library to authenticate at Google from your web application : I would recommend using a library like Scribe : https://github.com/fernandezpablo85/scribe-java or my own library to also get the user profile built on top of Scribe : https://github.com/leleuj/scribe-up.Best regards,Jérôme
--
You received this message because you are subscribed to the Google Groups "OpenID4Java" group.
To view this discussion on the web visit https://groups.google.com/d/msg/openid4java/-/MLz_e6VF3yAJ.
Hi SureshAtt,
Thank you very much for your response, Now my requirement has been changed that is i have to login into some web application using OpenID 2.0 using java can you please provide some sample code for that.
To view this discussion on the web visit https://groups.google.com/d/msg/openid4java/-/Zn_HkkPJwJsJ.
To post to this group, send email to openi...@googlegroups.com.
To unsubscribe from this group, send email to openid4java...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/openid4java?hl=en.
Hi,Thank you very much for your help, It's working fine now, but i am getting very big query string while google is redirecting from gmail to my configured url(my application), In that query string emilid, firstname, lastname ...etc are displaying. Is there any mechanism to encrypt those in the querystring.