How to call Identity Server 4 with Postman for login
问题 I've a solution in Visual Studio 'TourManagement' which contains 2 projects of .Net core. One is IDP using Identity Server 4, second project is RESTful API of TourManagement secured by IDP project. My question is how can i call Identity Server 4 using Postman to get tokens and call TourManagement Bands API by passing these tokens in header return from identity server in postman? My code is below. Startup Class in IDP Project using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore