Hello Juergen,
The 'id_token' which is a JWT is 'Base64 URL Encoded' as opposed to 'Base64' encoded. There is a little bit of a difference and you can't just select the whole JWT and base64 decode it.
A JWT is made of 3 separate base64 encoded sections with '.' characters between them.
------------------------------
JACK YARBOROUGH
------------------------------