Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • lava lava
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • lavalava
  • lavalava
  • Merge requests
  • !85

Add support for Open ID Connect (OIDC) identity provider

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Igor Ponomarev requested to merge igo95862/lava:apertis-pro-update-oidc into apertispro/staging Jul 08, 2022
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 7

Open ID Connect is an authentication protocol build on top of OAuth2. It is used for example in Azure AD and Keycloack

django-allauth unfortunately does not support the generic OIDC.

However, Mozzila developed a OIDC library for django called mozilla-django-oidc

The integration is entirely optional and nothing is imported from mozilla-django-oidc unless it is activated with AUTH_OIDC key in YAML configuration files.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: apertis-pro-update-oidc