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 serializing JsonWebKey to IETF-standard JWK #20731

Closed
heaths opened this issue Sep 16, 2021 · 1 comment
Closed

Support serializing JsonWebKey to IETF-standard JWK #20731

heaths opened this issue Sep 16, 2021 · 1 comment
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. KeyVault

Comments

@heaths
Copy link
Member

heaths commented Sep 16, 2021

Add support to serialize an Azure.Security.KeyVault.Keys.JsonWebKey to an IETF-standard JWK.

See Azure/azure-sdk-for-net#16155 for discussion. You might review what you did for track 1, if you had a track 1 library, taking into account current SDK guidelines.

@heaths heaths added Client This issue points to a problem in the data-plane of the library. KeyVault labels Sep 16, 2021
@heaths heaths added this to the [2021] October milestone Sep 16, 2021
@mccoyp mccoyp self-assigned this Sep 17, 2021
@mccoyp
Copy link
Member

mccoyp commented Oct 2, 2021

Python's JsonWebKey has IETF-standard-compliant properties (kid, kty, key_ops, etc.) and satisfies these requirements today.

@mccoyp mccoyp closed this as completed Oct 2, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. KeyVault
Projects
None yet
Development

No branches or pull requests

2 participants