Open UMANGAWASTHY opened 6 years ago
@UMANGAWASTHY Looks like you are using the general WebAPI 2.0, which is part of https://github.com/aspnet/AspNetCore.
Authentication/authorization should be done by other middle ware. WebAPI-OData here is a plugin specific for supporting OData in WebAPI.
@biaol-odata yes, i am using WebAPI 2.0, Could you forward some links, demo examples to verify for other middle ware, which you referring too.
Hi I amusing ASP.NET CORE WEB API 2.0 project. and my Identity solution build on IdentityServer3. While validating access token, identityServer3.AccessTokenvalidation not supported in .NET Core 2.0 platform. How to rectify this issue.