We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently
https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/google/auth/crypt.py
Only supports RSA
It would be great to add support for ES* such as ES256 signing algorithms as well
The text was updated successfully, but these errors were encountered:
@ptone Can you point to some docs for Google Auth services that accept elliptic curve signed JWTs?
Sorry, something went wrong.
@dhermes confirmed internally that a new (unannounced) service will support these. This isn't critical priority, but we should do this.
Cloud IAP provides JWT signed with ES256 only.
arithmetic1728
Successfully merging a pull request may close this issue.
Currently
https://github.com/GoogleCloudPlatform/google-auth-library-python/blob/master/google/auth/crypt.py
Only supports RSA
It would be great to add support for ES* such as ES256 signing algorithms as well
The text was updated successfully, but these errors were encountered: