-
Notifications
You must be signed in to change notification settings - Fork 25
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
OAuth: return patron_pid in the scopes #3778
Labels
enhancement
Improvement of an existing feature
Comments
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Dec 4, 2024
* Adds `patron_info` with patron pid for institutions to scope. * Closes rero#3778. Co-Authored-by: Peter Weber <[email protected]>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Dec 4, 2024
* Adds `patron_info` with patron pid for institutions to scope. * Closes rero#3778. Co-Authored-by: Peter Weber <[email protected]>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Dec 4, 2024
* Adds `patron_info` with patron pid for institutions to scope. * Closes rero#3778. Co-Authored-by: Peter Weber <[email protected]>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Dec 4, 2024
* Adds `patron_info` with patron pid for institutions to scope. * Closes rero#3778. Co-Authored-by: Peter Weber <[email protected]>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Dec 4, 2024
* Adds `patron_info` with patron pid for institutions to scope. * Closes rero#3778. Co-Authored-by: Peter Weber <[email protected]>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Dec 4, 2024
* Adds `patron_info` with patron pid for institutions to scope. * Closes rero#3778. Co-Authored-by: Peter Weber <[email protected]>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Dec 4, 2024
* Adds `user_id`. * Adds `patron_info` scope with patron pid, patron type, institution and expiration_date. * Marks `patron_types` as deprecated. * Closes rero#3778. Co-Authored-by: Peter Weber <[email protected]>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Dec 5, 2024
* Adds `user_id`. * Adds `patron_info` scope with patron pid, patron type, institution and expiration_date. * Marks `patron_types` as deprecated. * Closes rero#3778. Co-Authored-by: Peter Weber <[email protected]>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Dec 5, 2024
* Adds `user_id`. * Adds `patron_info` scope with patron pid, patron type, institution and expiration_date. * Marks `patron_types` as deprecated. * Closes rero#3778. Co-Authored-by: Peter Weber <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How it works
Certain providers need a pid to identify a user and link them to their data (loans, reservations, etc.). Our OAuth implementation returns a barcode but this field can change.
Improvement suggestion
Allow the OAuth server to return the patron.pid somewhere in the scopes so that external services can specifically identify each user.
The text was updated successfully, but these errors were encountered: