Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D djangoldp-account
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 20
    • Issues 20
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • djangoldp-packages
  • djangoldp-account
  • Issues
  • #38

Closed
Open
Created Mar 14, 2020 by Calum Mackervoy@calummackervoyMaintainer

Bug: Federated login email conflict

Background

  • I have an account on localhost:8000 with email myemail@server.com
  • I have an account on api.test-paris with email myemail@server.com
  1. I go to localhost:8000/auth/login/ to login
  2. I try to login with my api.test-paris account, by inputting https://api.test-paris.happy-dev.fr/ to the "Login using another authentification provider" form
  3. I login to my account
  4. This line is executed, to create a local copy of the user. It throws an error because of a conflict on email

As I understand OIDC, the point is that the user will have one login across multiple instances. So my questions are:

  • am I correct in thinking that in the long-term, this is going to work in a different way? How should federated login work?
  • Should anything be done about this now?

@sylvain I think you are probably most-informed to answer this?

Edited Apr 16, 2020 by Calum Mackervoy
Assignee
Assign to
Time tracking