how to use Use Google Authentication for Java webportal with SSO -


i new ga(oauth).

i have few queries while using google authentication on java web based portal. 1) how , configure web-portal(e.g. https://abc.xyz.com)?

2) if have 100 user base, in case have create each user's account in order achieve authentication google? if yes how shall map them above portal?

3) have used used http://ocpsoft.org/java/setting-up-google-oauth2-with-java/ there way avoid maintenance of clientid, clientsecret or json @ web application level , can still achieve secure authentication ga?

4) how can implement sso along ga in java web application? appreciated.

thanks

1) configure web portal details in https://code.google.com/apis/console/ . using left menu 'api access' > 'create client id'.

2) need not have configure every users. every time access application login own google account.

3) no can't avoid client id & client secret. needed functionality work.

read more on https://developers.google.com/console/help/?csw=1#usingoauth2


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -