Skip to content

[wip/1.0] Use $this->openid->data or $_GET for raw data #5

@glen-84

Description

@glen-84

Certain OpenID providers, for example Steam, will not provide any attributes, so using $this->openid->getAttributes() will return an empty array, causing the response validation to fail (missing required parameter "raw").

I suggest using $this->openid->data or $_GET for raw data instead.

This will probably mean that the responseMap will change from (for example):

'info.email' => 'contact/email'

To:

'info.email' => 'openid_ext1_value_contact_email'

etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions