+ // Spec v1.0 5.3.4 Defines the following:
+ // Verify that the OP that responded was the intended OP through a TLS server certificate check, per RFC 6125 [RFC6125].
+ // This is effectively done as part of the HTTP request we're making through CURLOPT_SSL_VERIFYHOST on the request.
+ // If the Client has provided a userinfo_encrypted_response_alg parameter during Registration, decrypt the UserInfo Response using the keys specified during Registration.
+ // We don't currently support JWT encryption for OIDC
+ // If the response was signed, the Client SHOULD validate the signature according to JWS [JWS].
+ // This is done as part of the validateCommonClaims above.
+