Skip to content

Google authDataManager is not validating access_tokens correctly #2290

Closed
@cipiripper

Description

@cipiripper

Issue Description

Google authDataManager is not validating access_tokens correctly. It validates them on correct endpoint, but with wrong url param, id_token instead of access_token. See this in code here.

So you are never able to validate a token, even if it is a valid one.

How it should be done

Here is the link on google docs that says that token to be validated should be passed on access_token URL parameter.

I'll create a pull request for this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions