locked
Error while creating identity server and client RRS feed

  • Question

  • User1952251294 posted

    While connecting client to Identity Server, the following error shows in ASP.Net Framework not .Net Core.

    error connecting to http://localhost:5000 .well-known/openid-configuration: not found

    Please let me know how to resolve.

    Friday, June 28, 2019 3:22 PM

All replies

  • User475983607 posted

    While connecting client to Identity Server, the following error shows in ASP.Net Framework not .Net Core.

    error connecting to http://localhost:5000 .well-known/openid-configuration: not found

    Please let me know how to resolve.

    It seems Identity server is not running or not running on port 5000.  

    I recommend going through the Identity Server documentation for the version you are using.

    Friday, June 28, 2019 3:50 PM
  • User1952251294 posted

    Its perfectly running on port 5000, should i mention port no anywhere else apart in project url option in project properties ?

    Friday, June 28, 2019 4:18 PM
  • User753101303 posted

    Hi,

    This is a typo in your message or what is actually used? It seems you have a white space where I would expect a / character :

    http://localhost:5000/.well-known/openid-configuration

    Friday, June 28, 2019 4:24 PM
  • User1952251294 posted

    Sorry, it was typo, but below is the exact error message.

    Error connecting to http://localhost:5000/.well-known/openid-configuration: Not Found

    Friday, June 28, 2019 4:27 PM
  • User475983607 posted

    Its perfectly running on port 5000, should i mention port no anywhere else apart in project url option in project properties ?

    Can you open http://localhost:5000/.well-known/openid-configuration using your browser?  If not then Identity Server is not hosted in 5000 or not configured correctly.  Keep in mind that we cannot see your code or reproduce this issue.  

    Friday, June 28, 2019 4:32 PM
  • User1952251294 posted

    Ok, now i moved my entire project from just .Net web application framework to .Net core web application (.Net Framework). Now its working

    Monday, July 1, 2019 7:35 AM
  • User1952251294 posted

    Actually my website is running on two ports 5000 and 44307, i.e .  http://localhost:5000 and http://localhost:44307 ,  is it because of this i am getting following error:

    http://localhost:5000/.well-known/openid-configuration  resource not found ?

    Monday, July 8, 2019 7:29 AM