Asp.net core web api – multiple domains
I have 2 domains with single app without authorization api.
I got this error : No authenticationScheme was specified, and there was no DefaultChallengeScheme found
I cannot reach the authorized url even I log in and send my token from web ui. But I can reach data by using postman or swagger.