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 OIDC support #47

Merged
merged 7 commits into from
Mar 26, 2024
Merged

Add OIDC support #47

merged 7 commits into from
Mar 26, 2024

Commits on Mar 22, 2024

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

Commits on Mar 25, 2024

  1. Add attribute validations and tests

    Add OIDC identity mapping import
    alexhung committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    a7d1e09 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG

    Update documentation
    alexhung committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    29a63a8 View commit details
    Browse the repository at this point in the history
  3. Update documentation

    alexhung committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    52d7d36 View commit details
    Browse the repository at this point in the history
  4. Rename identity mapping 'claims' attribute to 'claims_json'

    Switch it from object type to plain string type and let users use encodejson() to define the correct JSON.
    alexhung committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9d433e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Add groups support for identity mapping scope

    Make 'priority' a required attribute
    
    Make 'username' an optional attribute
    
    Improve documentation
    alexhung committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2ec0218 View commit details
    Browse the repository at this point in the history
  2. Fix state drift with optional attributes with no default

    Fix typo in test name
    alexhung committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ec9e6c1 View commit details
    Browse the repository at this point in the history