Skip to content

authenticator.GetAuthorizationCodeFromResponseUrl(redirectedUrl) is out of date #1

Description

@DrDynamic

The Method:
authenticator.GetAuthorizationCodeFromResponseUrl(redirectedUrl)
seems to parse a URL in the format:
https://my.hidrive.com/client/authorize?client_id=<client_id>&response_type=code&scope=admin,rw&code=a1BCD2EF

But the HiDrive Auth Server redirects to a URL in this format:

https://my.hidrive.com/client/authorize?client_id=<client_id>&response_type=code&scope=admin,rw#code/
a1BCD2EF

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