IdentityServer4 からのトークンを検証するために、標準の .NET 4.6.2 (コアではない) フレームワークと連携できる OWIN ミドルウェアはありますか。
https://github.com/IdentityServer/IdentityServer4.AccessTokenValidationのようなもの
IdentityServer4 からのトークンを検証するために、標準の .NET 4.6.2 (コアではない) フレームワークと連携できる OWIN ミドルウェアはありますか。
https://github.com/IdentityServer/IdentityServer4.AccessTokenValidationのようなもの
プロジェクトの README.md にはOWIN Middleware to validate access tokens from IdentityServer v3
. 理論的には、IDS4 トークンでも動作するはずです。
https://github.com/IdentityServer/IdentityServer3.AccessTokenValidation