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

Add generic OIDC authentication flow #6783

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Mar 25, 2024

  1. Add generic OIDC authentication flow (getredash#6781)

    - Added a generic authentication flow for OIDC.
    - Modified some templates to display OIDC login button.
    - Added new env variables to support the OIDC auth flow. Mainly, OIDC
      discovery endpoint is configurable now.
    - Added new routs for OIDC auth.
    - Manually tested same flow with Google (without domain verification) and AWS Cognito.
    palash247 committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3853b3d View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Add unit tests for generic oidc

      - Fixed typo
      - Added unit tests cases
    palash247 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    6649774 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Snapshot: 24.04.0-dev

    github-actions committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    9f38d21 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    c161fbf View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    1d5efc3 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Snapshot: 24.05.0-dev

    github-actions committed May 1, 2024
    Configuration menu
    Copy the full SHA
    83650bb View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Snapshot: 24.06.0-dev

    github-actions committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    98c6694 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Snapshot: 24.07.0-dev

    github-actions committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    aeee120 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Snapshot: 24.08.0-dev

    github-actions committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    03868d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Snapshot: 24.09.0-dev

    github-actions committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    161a88d View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    30d896c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    6e60dd0 View commit details
    Browse the repository at this point in the history