-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[OpenID] Add OpenID Connect support to LORIS #8255
Merged
Merged
Commits on Oct 31, 2023
-
[OIDC] OpenID Connect support in LORIS.
This adds support for the OpenID Connect protocol in LORIS, allowing us to include "Login with ...." links on the login page and delegate to third parties which implement the protocol such as Google or Facebook or Globus. For writing this, I used auth0 (because they allow http://localhost URLs for development.) When a user clicks the "Login with ...." link on the login page, they should be redirected to the third party to authenticate the request. If they authorize it, LORIS will check if a user exists with the email address returned. If it already exists, they will be logged in. If not, they will be redirected to the request account page with the known information (name and email address) populated. (We can not determine their site or project or radiologist/examiner status from the third party.)
Configuration menu - View commit details
-
Copy full SHA for 405c612 - Browse repository at this point
Copy the full SHA 405c612View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbefc88 - Browse repository at this point
Copy the full SHA fbefc88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f48927 - Browse repository at this point
Copy the full SHA 2f48927View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e79a6d - Browse repository at this point
Copy the full SHA 2e79a6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 411ce56 - Browse repository at this point
Copy the full SHA 411ce56View commit details -
Configuration menu - View commit details
-
Copy full SHA for f88df62 - Browse repository at this point
Copy the full SHA f88df62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cab77f - Browse repository at this point
Copy the full SHA 2cab77fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf776ba - Browse repository at this point
Copy the full SHA cf776baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c25c4e - Browse repository at this point
Copy the full SHA 9c25c4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84001a9 - Browse repository at this point
Copy the full SHA 84001a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa35418 - Browse repository at this point
Copy the full SHA aa35418View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27d4a63 - Browse repository at this point
Copy the full SHA 27d4a63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f7e2db - Browse repository at this point
Copy the full SHA 7f7e2dbView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.