Soluto / oidc-server-mock

Configurable Mock Server for OpenId Connect
Apache License 2.0
222 stars 35 forks source link

Migrate to Duende IdentityServer upstream #112

Closed pdf closed 2 years ago

pdf commented 2 years ago

BREAKING: AccountOptions is now split into LoginOptions / LogoutOptions in the upstream UI components.

This is an initial migration of the upstream IdentityServer4 to the currently maintained version from the DuendeSoftware org.

I do not write C#, and though the majority of the migration was smooth enough, there is an issue that has brought me to an impasse, without investing significantly more effort (that I unfortunately don't have available currently) into learning the ecosystem:

The upstream https://github.com/DuendeSoftware/IdentityServer.Quickstart.UI appears to have changed layouts, and though the server does print the expected URLs for e.g. /Account/Login on startup, visiting those routes produces a 404, so either the routes or templates are not being loaded correctly (the server logs produce no output when visiting them either).

AleF83 commented 2 years ago

Implemented in #115