Skip to content

Add test/staging OAuth redirect URIs to Google Cloud Console #18

@rdhyee

Description

@rdhyee

When using Google OAuth login on test.unglue.it, Google returns redirect_uri_mismatch because only unglue.it is registered.

Need to add to the Google Cloud OAuth app's authorized redirect URIs:

  • https://test.unglue.it/socialauth/complete/google-oauth2/
  • https://staging.unglue.it/socialauth/complete/google-oauth2/ (for later)

Requires access to the Google Cloud project that owns the social_auth_google_oauth2_key.

Workaround: Use direct Django login (createsuperuser) for testing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    layer:djangoDjango middleware/application layerstatus:ready-to-implementWaiting on review/mergetype:opsInfrastructure and deployment work

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions