Hi I have generated a href="{{}}/oauth2/v1/authorize?idp={{}}&client_id={{}}&response_type=id_token&response_mode=fragment&scope=openid&redirect_uri=http://localhost:3000/login/callback&state=WM6D&nonce=YsG76jo">sign in with google
Its working fine but how can i integrate this with Angular application and read token and other user info.
Please suggest me
Thanks