ID token is a JWT token which includes signature created using RS256 algorithm. You can validate authenticity of the signature against the public keys to make sure the ID token was generated by Member Identity Provider.Public keys in JWKS format are available publicly at jwks_uri in Discovery metadata.