Results 331 comments of SimpleIdServer

Hello, It is normal for the front-channel endpoint not to be called when the session is revoked on the administration website. This aligns with the RFC specification at https://openid.net/specs/openid-connect-frontchannel-1_0.html#toc, which...

This problem is specific and has been fixed in the master branch. Hidden iframes are not displayed when the user clicks on the disconnect button of the identity server

Hello, 1. The code doesn't seem to be correct. The property is set to "https://xxx:25001", but the user-agent is not redirected to the URL. Instead of doing it manually, you...

Hello, There is indeed an issue in the current implementation. 😔 I have made some changes in the "Release/5.0.3" branch to fix this issue! KR, SID

Hello, An exception may occur because the `ClientTypeDataSeeder` script runs before the database is migrated. This can happen in the following cases: * A database already exists, and the ClientTypeDataSeeder...

Hello, There is indeed an issue with the .NET template project version 5.0.2. The `IMessageDataRepository` is not configured correctly, but this issue has been resolved in version 5.0.3. You can...

Hello, and sorry for my late reply :) It is possible to add custom user attributes in the SCIM project. Below are the steps to add a custom attribute `nbConnections`...

Indeed, open the appsettings.json file and edit the connection string. :)

@sw-kosaki Hello! After working on the deployment of release 5.0.1, I just noticed your message! Sorry for my late reply 😔. **Add a New User Schema** To add your own...

Hello, We can develop this feature and include it in the next release. At the moment, we are busy with several tasks: * Ensuring compliance with the EBSI conformance test...