You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
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.
Thanks very much!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: