I’m having issues figuring out how to validate the id_token,
I’ve received it, and I have the public JWK, what parts of the JWK and the id_token do I use to validate? I’m building this in python. I was trying the pyjwt and jwt.decode, but I’m not sure which pieces of the key to use where.
EDIT: Turns out this is python specific, if anyone knows how to validate the id_token using the JWK in python tips appreciated!