IdentityServer3.AccessTokenValidation icon indicating copy to clipboard operation
IdentityServer3.AccessTokenValidation copied to clipboard

NotImplemented exception on Mono

Open tiljanssen opened this issue 8 years ago • 1 comments

I have upgraded our packages from 2.6.0 to 2.15.0 and I now get a not-implemented exception on Mono on System.IdentityModel.Tokens.RsaSecurityToken.get_SecurityKeys. We are operating under a rather old version of mono (4.2), that we cannot upgrade at this point, but if I look at the current mono code in github, this function is still not implemented.

Do you have any suggestions on how to deal with this?

tiljanssen avatar Jul 03 '17 17:07 tiljanssen

I'd say to either stay on an old/working version, or ask whoever runs Mono why they don't support those APIs.

brockallen avatar Jul 05 '17 13:07 brockallen