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

Feat: enable dynamic profile field mapping via env variables for oidc response #1041

Merged

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    590e66c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05fda06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8c7150 View commit details
    Browse the repository at this point in the history
  4. fix: minor fix for typo

    Junjiequan committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    03fcc15 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f174ff3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13739cf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7458961 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    854cf3f View commit details
    Browse the repository at this point in the history
  9. Allow for override of configuration

    As not all config settings can be made as environment variables,
    provide a override mechanism to allow (build-time) configuration
    adjustments.
    
    An example for the  graphql access groups provider will be in the next
    commit.
    
    Change-Id: I8dc82ca4f0ac0a1b60fa47eadb147c228a77b841
    bpedersen2 authored and Junjiequan committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4864519 View commit details
    Browse the repository at this point in the history
  10. Make the acccess groups service configurable

    Instead of requiring an explict service provider for each facility,
    use extended configurations.
    
    Basic enabling/disabling is implemented in the standard config via
    environment vars, GraphQL needs extendend configuration via
    localconfiguration.
    
    Change-Id: I2ed630bac8f1f66d4f754e5b95d6b232ec63cf3d
    bpedersen2 authored and Junjiequan committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b07606e View commit details
    Browse the repository at this point in the history
  11. Add example graphql handler

    Change-Id: I832b6d9e2680aa8423441924de59c4157b50c8e6
    bpedersen2 authored and Junjiequan committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    c17335c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. removed redundant code

    Junjiequan committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ca4f17c View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

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

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    927525a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b9cf7f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    2736ea3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f3c50d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75cf22a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13c4f69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29e3e3d View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    952621a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f26522f View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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

Commits on Feb 20, 2024

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

Commits on Feb 22, 2024

  1. minor refactoring

    Junjiequan committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c300a77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd7e9c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d51633 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

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

Commits on Feb 27, 2024

  1. Update README.md

    Junjiequan authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2f52cf7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

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