Mix with PolicyServer.Local and IdentityServer4
The best way to test this example easily :
- Port configuration :
- MvcClient : http://localhost:5005
- TestIdentityServer : http://localhost:5000
- TestPolicyServer : http://localhost:5001
- Set for each projects the "Project Startup" Mode, NOT the IIS
- Set multiple projects startup -> set Start for all 3 projects
- Go to http://localhost:5005, Login with test user (Alice/Bob) and test different URL
- Should work as expected.... (I hope)
!! Warning !! You must first start the TestIdentityServer project with a custom application arguments: /seed then you can remove it for normal usage. The /seed parameter creates the 2 user : alice and bob, and correctly migrate the database that identity server needs.