Here is a [struct](https://github.com/coreos/go-oidc/blob/2d47dd95152744f41009de5797efe6cc07832a41/oidc/oidc.go#L264) that is expected by oidc provider And here is a [struct](https://github.com/oauth2-proxy/mockoidc/blob/main/user.go#L50-L56) in mockoidc that will convert to json. And we can find that it misses `email_verified` field Same with `subject` field