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

Support Elliptic curve signatures in JWT module #157

Closed
ptone opened this issue Apr 28, 2017 · 3 comments · Fixed by #340
Closed

Support Elliptic curve signatures in JWT module #157

ptone opened this issue Apr 28, 2017 · 3 comments · Fixed by #340
Assignees
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@ptone
Copy link

ptone commented Apr 28, 2017

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

@dhermes
Copy link
Contributor

dhermes commented Apr 28, 2017

@ptone Can you point to some docs for Google Auth services that accept elliptic curve signed JWTs?

@theacodes
Copy link
Contributor

@dhermes confirmed internally that a new (unannounced) service will support these. This isn't critical priority, but we should do this.

@JustinBeckwith JustinBeckwith added 🚨 This issue needs some love. triage me I really want to be triaged. labels Jun 8, 2018
@tseaver tseaver added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. and removed 🚨 This issue needs some love. enhancement triage me I really want to be triaged. labels Jun 11, 2018
@JustinBeckwith JustinBeckwith added the 🚨 This issue needs some love. label Jun 11, 2018
@JustinBeckwith JustinBeckwith removed the 🚨 This issue needs some love. label Jun 25, 2018
@engelke
Copy link
Contributor

engelke commented Feb 7, 2019

Cloud IAP provides JWT signed with ES256 only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants