-1

I'm trying to run some of the examples from here. They're configured to access localhost:44333 - if I run one of the examples, e.g. JavascriptResourceOwner, the calls to that address are not getting any response. What project/solution should I be running on that port?

Sean
  • 14,359
  • 13
  • 74
  • 124

2 Answers2

0

You should run IdentityServer in separate solution for example from example IdentityServer3.AspNetIdentity

Sam Zakhezin
  • 366
  • 1
  • 8
0

All client samples are designed to be run with the core project host:

https://github.com/IdentityServer/IdentityServer3

leastprivilege
  • 18,196
  • 1
  • 34
  • 50