ASOS - Token validation is not working when having separate authorization server and the resource server
问题 I'm trying to impement the OpenID Connect server (resource owner password credentials grant) with ASOS by this post. Everything works fine when I have both Authorization server and resource server in one app. But when I split them on two apps (but on one machine) resource server fails to validate token and returns The access token is not valid . I downloaded the source code of AspNet.Security.OAuth.Validation to investigate the issue and it returns null here Here are some logs from