Thursday, 19 September 2013

How to get Openid for google account

How to get Openid for google account

I am developing a Spring MVC webapp that has Spring security enabled. I am
trying to use OpenID to use gmail login for access to the webapp given
instructions here.
I want only a specific set of users to have access to webapp. For this, I
would be required to add all the users and their ID's to tag. (Later will
implement a DB access for this)
My question is: How can I find the OpenID for my gmail account that will
be used to access the webapp?
I understand that the OpenID is unique for each account and can be used
for local authorization. Please correct me if I am wrong.

No comments:

Post a Comment