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

Multi-vo login #56

Merged
merged 3 commits into from
Nov 30, 2023
Merged

Multi-vo login #56

merged 3 commits into from
Nov 30, 2023

Conversation

aldbr
Copy link
Collaborator

@aldbr aldbr commented Nov 29, 2023

  • add a hook to read the /.well-known/dirac-metadata endpoint
  • add a LoginForm component to log in, which gets data from the hook
  • add a /auth route, which calls LoginForm
  • add a context to manipulate the OIDC configuration from any component (there has been a lot of do/redo/undo and now I am wondering whether it is really useful since I need to use the sessionStorage to get the configuration name.
  • a "few" refactoring

@aldbr aldbr force-pushed the main_multi-vo-login branch from 9fc73e5 to eecdfb2 Compare November 30, 2023 08:28
@aldbr aldbr marked this pull request as ready for review November 30, 2023 08:30
@aldbr aldbr linked an issue Nov 30, 2023 that may be closed by this pull request
@chaen chaen merged commit 2a16970 into DIRACGrid:main Nov 30, 2023
3 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.

Implement a multi-VO login component
2 participants