forked from firebase/php-jwt
-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
In the MicrosftConfiguration.php file on line 271 you need the command curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
Or enable passing the parameter to the path where the .pem certificate is installed for validation.
In the same file, lines 241 and 242 are validating whether the fields "userinfo_endpoint" and "device_authorization_endpoint" are available, but my Azure B2C application does not have these fields filled in. The ideal would be to pass the fields to be validated as a parameter, or validate only the essential ones.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels