authentication - Google sign-in with Java Spring security application -


i trying integrate google sign-in existing spring security application. goal have google sign-in button allow user log in along standard login using username/password combination.

based on guide google provides (https://developers.google.com/identity/sign-in/web/backend-auth) looks all need extend login form (that has login , password input fields) with field "id_token" , submit server.

would security practice? searched web , surprised cannot find similar implementations on web.

so, right answer turned out not extending existing auth filter/provider defining/adding {token authentication class + token auth filter + token auth provider (provider kind of optional)}


Comments

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Jquery Datepicker function -