Skip to content

Authorization endpoint does not observe oauth2 spec for scope parameter #100

@jfilipe

Description

@jfilipe

According to http://tools.ietf.org/html/rfc6749#section-3.3, the parameter name for specifying scopes in the authorization grant is scope. Currently, django-oauth-toolkit supports a plural scopes parameter which does not adhere to the spec.

The AllowForm https://github.com/evonove/django-oauth-toolkit/blob/0.6.0/oauth2_provider/forms.py#L9 and multiple areas in the AuthorizationView https://github.com/evonove/django-oauth-toolkit/blob/0.6.0/oauth2_provider/views/base.py#L93 will have to be updated to support a scope parameter.

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