Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Add OIDC via mozilla-django-oidc #397

Closed
wants to merge 1 commit into from

Conversation

aalexanderr
Copy link
Contributor

This is something we use at scancode.onap.eu

mozilla-django-oidc is a minimal lib and does not implement stuff like:

  • verify e-mail
  • connect multiple accounts to single django account

this solution creates a user with preferred_username as username which might not be unique
by default (mozilla-django-oidc) username is a hash of e-mail (im not 100% sure but its not important)

I'm currently testing different solutions (django-allauth, python social login) that would handle above but thought to submit this as a follow up to #336 as we are currently using it

Different way of logging in.

Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com>
@tdruez tdruez marked this pull request as draft September 21, 2023 04:47
@pombredanne
Copy link
Member

@aalexanderr we had discussed this as being a bit too specific for inclusion in the default ScanCode.io. I am closing this for now, but I wonder if we could revive it by packaging this as an external "plugin" of sorts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants