OData / WebApi

OData Web API: A server library built upon ODataLib and WebApi
https://docs.microsoft.com/odata
Other
855 stars 473 forks source link

How to Validate AccessToken in WebAPI Core2.0 with IdentityServer3 #1662

Open UMANGAWASTHY opened 6 years ago

UMANGAWASTHY commented 6 years ago

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.

biaol-odata commented 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.

UMANGAWASTHY commented 5 years ago

@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.