MattCotterellNZ / IdentityServer.Contrib.AzureKeyVaultTokenSigningService

Azure Key Vault implementation of ITokenSigningService for IdentityServer
MIT License
7 stars 5 forks source link

Support multiple JWKs #11

Open MattCotterellNZ opened 8 years ago

MattCotterellNZ commented 8 years ago

Having support for multiple signing keys makes rotating keys easier (automatic fallback if one key cannot be accessed anymore). Worth investigating into if this is a good idea or not.

MattCotterellNZ commented 7 years ago

This is doable now with the IValidationKeys interface.