Skip to content

Problem in custom config_uri #15

@rodrigodsf1992

Description

@rodrigodsf1992

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions