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: allow to request specific properties when logging in #300

Merged
merged 4 commits into from
Oct 15, 2024

Conversation

aldbr
Copy link
Contributor

@aldbr aldbr commented Sep 17, 2024

Closes #148

Use cases (scope we provide to the auth endpoints ➡️ claims we should obtain from the token)

  • <vo> ➡️ <vo> <default group> <properties of default group>
  • <vo> <group> ➡️ <vo> <group> <properties of group>
  • <vo> <properties> ➡️ <vo> <default group> <properties of default group + properties>
  • <vo> <group> <properties> ➡️ <vo> <group> <properties of group + properties>

@aldbr aldbr force-pushed the main_FEAT_specific-props branch 3 times, most recently from 2670087 to 6f367b8 Compare September 27, 2024 15:01
@aldbr aldbr marked this pull request as ready for review September 27, 2024 15:03
@aldbr
Copy link
Contributor Author

aldbr commented Sep 27, 2024

Needs #303

@chrisburr chrisburr merged commit 21076c4 into DIRACGrid:main Oct 15, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow to request specific properties when logging in
3 participants