MattCotterellNZ / IdentityServer.Contrib.AzureKeyVaultTokenSigningService

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

Deduplicate code between IS3/IS4 flavours with a "common" library #10

Open MattCotterellNZ opened 8 years ago

MattCotterellNZ commented 8 years ago

Need to reduce the amount of copy+pasting between the two different supported versions, it's very risky.

Probably easier if we wait for RC2 to land, so we've got a common PCL that's not quite such a moving target.

MattCotterellNZ commented 8 years ago

Looks like we'll be targeting netstandard1.2 for the common library (it supports APIs as far back as net452).