-
Notifications
You must be signed in to change notification settings - Fork 495
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
base: develop
Are you sure you want to change the base?
Commits on Oct 28, 2024
-
Changed: throwing an error in BearerTokenAuthMechanismTest when token…
… is validated but there is no registered user account
Configuration menu - View commit details
-
Copy full SHA for 5b9e67e - Browse repository at this point
Copy the full SHA 5b9e67eView commit details -
Configuration menu - View commit details
-
Copy full SHA for d61d5bf - Browse repository at this point
Copy the full SHA d61d5bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e42eb5b - Browse repository at this point
Copy the full SHA e42eb5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b3119 - Browse repository at this point
Copy the full SHA 89b3119View commit details
Commits on Oct 30, 2024
-
Refactor: extracted OIDC user lookup and token verify from BearerToke…
…nAuthMechanism to AuthenticationServiceBean
Configuration menu - View commit details
-
Copy full SHA for 300e041 - Browse repository at this point
Copy the full SHA 300e041View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba70a04 - Browse repository at this point
Copy the full SHA ba70a04View commit details
Commits on Nov 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 80ad5a4 - Browse repository at this point
Copy the full SHA 80ad5a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ca0722 - Browse repository at this point
Copy the full SHA 2ca0722View commit details -
Configuration menu - View commit details
-
Copy full SHA for e382a15 - Browse repository at this point
Copy the full SHA e382a15View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd68cd2 - Browse repository at this point
Copy the full SHA fd68cd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a7a3e1 - Browse repository at this point
Copy the full SHA 6a7a3e1View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 424dcbf - Browse repository at this point
Copy the full SHA 424dcbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3539677 - Browse repository at this point
Copy the full SHA 3539677View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43805f0 - Browse repository at this point
Copy the full SHA 43805f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63790db - Browse repository at this point
Copy the full SHA 63790dbView commit details -
Fixed: priority order in CompoundAuthMechanism to allow session and b…
…earer token auth feature flags compatibility
Configuration menu - View commit details
-
Copy full SHA for 37afa98 - Browse repository at this point
Copy the full SHA 37afa98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0041552 - Browse repository at this point
Copy the full SHA 0041552View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a021c9b - Browse repository at this point
Copy the full SHA a021c9bView commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bf601e6 - Browse repository at this point
Copy the full SHA bf601e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6083982 - Browse repository at this point
Copy the full SHA 6083982View commit details -
Configuration menu - View commit details
-
Copy full SHA for e544221 - Browse repository at this point
Copy the full SHA e544221View commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 753f6eb - Browse repository at this point
Copy the full SHA 753f6ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86355e3 - Browse repository at this point
Copy the full SHA 86355e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15b78bb - Browse repository at this point
Copy the full SHA 15b78bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 415e23b - Browse repository at this point
Copy the full SHA 415e23bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1901c2 - Browse repository at this point
Copy the full SHA b1901c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fadebca - Browse repository at this point
Copy the full SHA fadebcaView commit details
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b993ba1 - Browse repository at this point
Copy the full SHA b993ba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f5fec - Browse repository at this point
Copy the full SHA 32f5fecView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0c6704 - Browse repository at this point
Copy the full SHA c0c6704View commit details -
Configuration menu - View commit details
-
Copy full SHA for a064a7b - Browse repository at this point
Copy the full SHA a064a7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 672582a - Browse repository at this point
Copy the full SHA 672582aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bc58f6 - Browse repository at this point
Copy the full SHA 4bc58f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4536f91 - Browse repository at this point
Copy the full SHA 4536f91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ce940 - Browse repository at this point
Copy the full SHA 99ce940View commit details
Commits on Nov 13, 2024
-
Added: new OidcUserInfo object for encapsulating both User record ide…
…ntifier and claims
Configuration menu - View commit details
-
Copy full SHA for 386b6ac - Browse repository at this point
Copy the full SHA 386b6acView commit details -
Refactor: renamed classes and methods from 'Oidc/oidc' to 'OIDC' to b…
…e consistent with the standard
Configuration menu - View commit details
-
Copy full SHA for b5d40ad - Browse repository at this point
Copy the full SHA b5d40adView commit details -
Configuration menu - View commit details
-
Copy full SHA for dce7edf - Browse repository at this point
Copy the full SHA dce7edfView commit details
Commits on Nov 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a62528 - Browse repository at this point
Copy the full SHA 9a62528View commit details -
Configuration menu - View commit details
-
Copy full SHA for 396aaa4 - Browse repository at this point
Copy the full SHA 396aaa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f2cfdc - Browse repository at this point
Copy the full SHA 0f2cfdcView commit details -
Added: API_BEARER_AUTH_PROVIDE_MISSING_CLAIMS management an different…
… logic paths depending on the value to RegisterOIDCUserCommand
Configuration menu - View commit details
-
Copy full SHA for 52a5a9e - Browse repository at this point
Copy the full SHA 52a5a9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 047a14c - Browse repository at this point
Copy the full SHA 047a14cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc86a83 - Browse repository at this point
Copy the full SHA cc86a83View commit details -
Added: DATAVERSE_FEATURE_API_BEARER_AUTH_PROVIDE_MISSING_CLAIMS enabl…
…ed in docker-compose-dev
Configuration menu - View commit details
-
Copy full SHA for c3de7d7 - Browse repository at this point
Copy the full SHA c3de7d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25cdf98 - Browse repository at this point
Copy the full SHA 25cdf98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d39ac1 - Browse repository at this point
Copy the full SHA 5d39ac1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a438c8a - Browse repository at this point
Copy the full SHA a438c8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ba377e - Browse repository at this point
Copy the full SHA 9ba377eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b00ac7f - Browse repository at this point
Copy the full SHA b00ac7fView commit details
Commits on Nov 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c269d3c - Browse repository at this point
Copy the full SHA c269d3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73c4079 - Browse repository at this point
Copy the full SHA 73c4079View commit details -
Configuration menu - View commit details
-
Copy full SHA for f99732b - Browse repository at this point
Copy the full SHA f99732bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbfe40d - Browse repository at this point
Copy the full SHA dbfe40dView commit details
Commits on Nov 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7495364 - Browse repository at this point
Copy the full SHA 7495364View commit details -
Changed: throwing an error when registering an OIDC user and attempti…
…ng to set JSON properties that conflict with existing claims in the IdP
Configuration menu - View commit details
-
Copy full SHA for 4ae119c - Browse repository at this point
Copy the full SHA 4ae119cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 335e40a - Browse repository at this point
Copy the full SHA 335e40aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ca6070 - Browse repository at this point
Copy the full SHA 4ca6070View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07794f3 - Browse repository at this point
Copy the full SHA 07794f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d88c8e - Browse repository at this point
Copy the full SHA 7d88c8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae58595 - Browse repository at this point
Copy the full SHA ae58595View commit details
Commits on Nov 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f360b91 - Browse repository at this point
Copy the full SHA f360b91View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16f8e04 - Browse repository at this point
Copy the full SHA 16f8e04View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc99a8b - Browse repository at this point
Copy the full SHA cc99a8bView commit details
Commits on Dec 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 353da1d - Browse repository at this point
Copy the full SHA 353da1dView commit details