Skip to content

Setting a custom redirect_uri #20

@andreimarinescu

Description

@andreimarinescu

I'm trying to use this library in conjunction with a React application and I'm implementing a LinkedIN login.

The issue I'm facing is that my redirect_uri is different from the default python social auth value. I'm receiving the authorization code on the front-end and triggering the mutation, however I'm receiving a graphql.error.located_error.GraphQLLocatedError: Your credentials aren't allowed error, most probably because of the different redirect_uri values (LinkedIN is enforcing using the same redirect_uri).

Previously, I was using the django-rest-social-auth package that provides for supplying a value for the redirect_uri value. I was wondering if something similar is possible using django-graphql-social-auth.

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