SimpleIdServer icon indicating copy to clipboard operation
SimpleIdServer copied to clipboard

SimpleIdServer.Vp package 5.0.2 not published?

Open jhermsen opened this issue 1 year ago • 5 comments

It seems the nuget package for SimpleIdServer.Vp 5.0.2 is not published?

jhermsen avatar Oct 19 '24 12:10 jhermsen

The missing NuGet package has been published. :)

simpleidserver avatar Oct 19 '24 20:10 simpleidserver

Yes it's there but I have issues accessing the idserver. If I access the root of the id server I get a 404 error if I go to /Home it shows me the top bar. If I choose for authenticate I get redirected to a pwd url but it gives me also a 404.

All I did was create a site using the template. Is it me or is the template buggy?

jhermsen avatar Oct 22 '24 17:10 jhermsen

Hello,

Unfortunately, the documentation is not up to date, and the specified URLs are incorrect. When the Identity Server is created using the .NET template project, the realm is enabled by default because the "IsRealmEnabled" property is set to "true" in the appsettings.json file. Instead of browsing to "https://localhost:5001", could you please try this URL: "https://localhost:5001/master"?

KR, SID

simpleidserver avatar Oct 22 '24 19:10 simpleidserver

That worked thank you.

May I ask why there is no root page enabled by default as well?

jhermsen avatar Oct 22 '24 20:10 jhermsen

When the IsRealmEnabled property is set to true, the root page is disabled and can only be accessed via the following URL: https://localhost:5001/. I have created ticket #796 to add a root page when this property is enabled.

simpleidserver avatar Oct 23 '24 09:10 simpleidserver