I'm trying to add the AccessTokenValidation library to an existing (rather large) project, which is using Microsoft.IdentityModel.Protocols and Microsoft.IdentityModel.Protocols.OpenIdConnect, but the AccessTokenValidation is depending on Microsoft.IdentityModel.Protocol.Extensions. Since both libraries feature a ConfigurationManager I'm getting an ambiguous reference error (CS0433).
Is there anything I can do about this? I can't use the library like this unfortunately... I'm open to changes to our project too.
Hi,
I'm trying to add the AccessTokenValidation library to an existing (rather large) project, which is using
Microsoft.IdentityModel.Protocols
andMicrosoft.IdentityModel.Protocols.OpenIdConnect
, but the AccessTokenValidation is depending onMicrosoft.IdentityModel.Protocol.Extensions
. Since both libraries feature aConfigurationManager
I'm getting an ambiguous reference error (CS0433).Is there anything I can do about this? I can't use the library like this unfortunately... I'm open to changes to our project too.
Thanks very much!