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

Add handling of getting + using tokens from IdP for authN #1

Open
3 tasks
marshallmcdonnell opened this issue Nov 7, 2022 · 1 comment
Open
3 tasks

Comments

@marshallmcdonnell
Copy link
Member

marshallmcdonnell commented Nov 7, 2022

Need to work on how to:

  • Get tokens from an identity provider for OIDC using the python client
  • How to properly handle the tokens on the User's machine (where to put them? what file permissions?)
  • Send the tokens with API requests to the catalog
@marshallmcdonnell
Copy link
Member Author

@SmithRWORNL made a good suggestion for the handling of the tokens initially but just hold in memory for now (not worry about handling the token between processes)

This will get us far enough along to get single-process, tokenized API calls working.

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

No branches or pull requests

1 participant