I have a .Net Core application.
I need to verify a google idToken.
One way is to call tokeninfo endpoint:
https://www.googleapis.com/oauth2/v3/tokeninfo?id_token=XYZ123
Do you know another way? Which .Net library do you prefer?
I have a .Net Core application.
I need to verify a google idToken.
One way is to call tokeninfo endpoint:
https://www.googleapis.com/oauth2/v3/tokeninfo?id_token=XYZ123
Do you know another way? Which .Net library do you prefer?