PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WB22] - Using google as login for one app
[WB22] - Using google as login for one app
Iniciado por guest, 22,ene. 2018 13:27 - No hay respuesta
Publicado el 22,enero 2018 - 13:27
Anyone used google as the login provider for one webdev app?

My problem is with the validation of the JWT signature in the id_token.
I can't find a way in webdev to validate the signature of the JWT in the id_token.
The only way i can validate the signature is using the URI https://www.googleapis.com/oauth2/v3/tokeninfo but this adds one more http call and if possible it will be nice to check the signature whitout this call.