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

Handle unregistered users in BearerTokenAuthMechanism and implement user registration mechanism #10972

Open
wants to merge 65 commits into
base: develop
Choose a base branch
from

Commits on Oct 28, 2024

  1. Changed: throwing an error in BearerTokenAuthMechanismTest when token…

    … is validated but there is no registered user account
    GPortas committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5b9e67e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d61d5bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e42eb5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    89b3119 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Refactor: extracted OIDC user lookup and token verify from BearerToke…

    …nAuthMechanism to AuthenticationServiceBean
    GPortas committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    300e041 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba70a04 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    80ad5a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ca0722 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e382a15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd68cd2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a7a3e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    424dcbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3539677 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43805f0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63790db View commit details
    Browse the repository at this point in the history
  5. Fixed: priority order in CompoundAuthMechanism to allow session and b…

    …earer token auth feature flags compatibility
    GPortas committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    37afa98 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0041552 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

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

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    bf601e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6083982 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e544221 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    753f6eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86355e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15b78bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    415e23b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1901c2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fadebca View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    b993ba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32f5fec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0c6704 View commit details
    Browse the repository at this point in the history
  4. Removed: unused imports

    GPortas committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    a064a7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    672582a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bc58f6 View commit details
    Browse the repository at this point in the history
  7. Added: release notes for #10959

    GPortas committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    4536f91 View commit details
    Browse the repository at this point in the history
  8. Changed: release notes tweaks

    GPortas committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    99ce940 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. Configuration menu
    Copy the full SHA
    386b6ac View commit details
    Browse the repository at this point in the history
  2. Refactor: renamed classes and methods from 'Oidc/oidc' to 'OIDC' to b…

    …e consistent with the standard
    GPortas committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    b5d40ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dce7edf View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    9a62528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    396aaa4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f2cfdc View commit details
    Browse the repository at this point in the history
  4. Added: API_BEARER_AUTH_PROVIDE_MISSING_CLAIMS management an different…

    … logic paths depending on the value to RegisterOIDCUserCommand
    GPortas committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    52a5a9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    047a14c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc86a83 View commit details
    Browse the repository at this point in the history
  7. Added: DATAVERSE_FEATURE_API_BEARER_AUTH_PROVIDE_MISSING_CLAIMS enabl…

    …ed in docker-compose-dev
    GPortas committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    c3de7d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25cdf98 View commit details
    Browse the repository at this point in the history
  9. Added: #10959 docs to auth.rst

    GPortas committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5d39ac1 View commit details
    Browse the repository at this point in the history
  10. Added: docs for #10959

    GPortas committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a438c8a View commit details
    Browse the repository at this point in the history
  11. Fixed: doc tweak

    GPortas committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    9ba377e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b00ac7f View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Configuration menu
    Copy the full SHA
    c269d3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73c4079 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f99732b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbfe40d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    7495364 View commit details
    Browse the repository at this point in the history
  2. Changed: throwing an error when registering an OIDC user and attempti…

    …ng to set JSON properties that conflict with existing claims in the IdP
    GPortas committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    4ae119c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    335e40a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ca6070 View commit details
    Browse the repository at this point in the history
  5. Removed: unused OIDCUserInfo

    GPortas committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    07794f3 View commit details
    Browse the repository at this point in the history
  6. Added: release notes for #10959

    GPortas committed Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7d88c8e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ae58595 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    f360b91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16f8e04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc99a8b View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. chore: update docs

    g-saracca committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    353da1d View commit details
    Browse the repository at this point in the history