Search results for query: *

  1. stephyap

    How to setup identityserver4 on IISExpress?

    When I build the Api there are no errors: This is my launchsettings.json: This is my appsettings.json: I already tested IdentityServer4 implementation based on their documentation, In this case it seems like my AuthConfig(localhost:8080) or IdentityServer is not running inside my IIS...
  2. stephyap

    How to setup identityserver4 on IISExpress?

    Still I got an error after changing it on port 443:
  3. stephyap

    How to setup identityserver4 on IISExpress?

    Thanks for the reply @Skydiver . Actually this is a source code from azure which I need to run on my local machine. I did not do the steps that you mentioned above. The documentation tells me this: I already installed the devcert.pfx on my machine though.
  4. stephyap

    How to setup identityserver4 on IISExpress?

    This is my appsettings.json in my asp.netcore3.1 Api: When I run the Api it gives me the error: Document Name Value Type disco.Error "Error connecting to https://localhost:80/.well-known/openid-configuration. The SSL connection could not be established, see inner exception.." string...
Back
Top Bottom