MattCotterellNZ / IdentityServer.Contrib.AzureKeyVaultTokenSigningService

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

Add support for a fallback Azure AD secret key #16

Open MattCotterellNZ opened 7 years ago

MattCotterellNZ commented 7 years ago

Need to allow users to supply a primary and secondary Client Secret for the same Client ID, in order to allow key rotation without downtime.

Failed authentication will try the secondary key before throwing an exception, if supplied.