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

OAuth2 Authorization Code Grant with PKCE Flow auth.py #1742

Open
dean-taylor opened this issue Sep 8, 2024 · 0 comments
Open

OAuth2 Authorization Code Grant with PKCE Flow auth.py #1742

dean-taylor opened this issue Sep 8, 2024 · 0 comments

Comments

@dean-taylor
Copy link

Is your feature request related to a problem? Please describe.
Supporting deployment of MONAI Label at scale, providing efficient resource utilisation and implementing controls around resource and data access. Common industry practice for API driven workloads is to utilise OAuth2 and with the upcoming OAuth 2.1 specification it would require the "OAuth2 Authorization Code Grant with PKCE".

Describe the solution you'd like
auth.py already includes OAuth2 basic authentication. I would like this to extend to OAuth2 Authorization Code Grant with PKCE.

Describe alternatives you've considered
I am not aware of alternative solutions to provide authz for API driven workloads that integrate at a level of OAuth at this time.

Additional context

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