Open
Description
I am using IMiseValidator to validate the tokens. I have the below code but when running the application I am getting the File Not Found error
[MiseValidator] Exception message: Could not load file or assembly 'Microsoft.IdentityModel.Logging, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. The system cannot find the file specified.
Code :
Item.TrackTrace($"[MiseValidator] Initialising Mise handler.");
IMiseHandler miseHandler = MiseStandard.Instance.GetMiseHandler(); -> Getting error here.
I have added Nuget Package, updated the CSProj file. Also tried Creating a new app.config and package.config file but still could not solve the issue.
Tried using _FunctionsSkipCleanOutput also.
Can anyone help on this.
Thanks