Results 331 comments of SimpleIdServer

Hello, Firstly, thank you for reporting this issue. It has been fixed in the master branch. The view model ConsentsIndexViewModel is returned when the CryptographicException exception is thrown. KR, SID

Hello, and thank you for your interest in SimpleIdServer! 🙂 It is normal for the UserClaims table to contain multiple records for the same claim. 🙂 In your example, a...

Hello, There is indeed an issue in the implementation. :( The issue has been fixed in the origin/Release503 branch. KR, SID

Hello, and thank you for your feedback! Indeed, there is an issue with the routing. This issue is in the Release503 branch. :)

Hello, Indeed, this action is currently missing. :( We are working on the implementation, and the changes will be published in the Release503 branch as soon as possible. KR, SID

The issue is fixed in the `Release503` branch

To always use the email as the `login`, the property `IsEmailUsedDuringAuthentication` must be set to true. Edit the `Program.cs` file and modify the options as follows: ``` idServerBuilder = services.AddSIDIdentityServer(callback:...

The issue has been fixed in the Release503 branch. Now, when the login is in an `email` format, authentication will work. :)

Hello, I have made some modifications to the Release503 branch to support your requirement. Could you please follow these steps? 1. Create a new class CustomSaml2AuthResponseEnricher and copy the following...

Hello, There is indeed a mistake in the sid-kubernetes.yaml file. In the website-deploy service, set the property `DefaultSecurityOptions__Issuer` to `https://idserver.sid.svc.cluster.local`, and it should work.