SimpleIdServer
SimpleIdServer
Hello, I made some modifications to the master branch to prevent the administration website from assigning the same email to two different users. I tried to reproduce the scenario you...
Thank you for the description. The issue is fixed in release 5.0.0. Kind regards, SID
This line must be commented out, otherwise the user will always be logged in: https://github.com/simpleidserver/SimpleIdServer/blob/master/samples/ProtectWebsiteServersideACR/src/Website/Program.cs#L19.
The issue is fixed in the `master` branch
Hello, SimpleIdServer supports the webauthn technology, and it can be activated by adding an Authentication Context Class Reference with the webauthn authentication method. For additional details, please consult the documentation:...
The broken reference is fixed in the `master` branch.
Thank you for your pull request! It has been merged into the `master` branch.
Hello, I have made some modifications in the `release/4.0.5` branch to verify if the `filter` parameter is filled in when the parameter is present. Kind regards, SID
This issue will be fixed in the release `3.0.5-rc2`
The error displayed in the `console` application does not have an impact. When a websocket connection cannot be established between the `Blazor Server` and the `Javascript Client`, then `Long Polling`...