SimpleIdServer
SimpleIdServer
It is normal that these translations are not present in the Global resource file because they are stored in the `dbo.Translations` table. You can execute the following SQL query to...
**Client name disappearance**: It is normal for the client name to disappear when the language is changed because this property is translatable. According to the RFC (https://openid.net/specs/openid-connect-registration-1_0.html#LanguagesAndScripts), the following client...
**The client name is incorrect.** The issue has been resolved in the master branch. When a client is added, its name will now be stored in the translation table with...
Hello, Indeed there is a bug in the implementation & I could reproduce it on my local machine. The issue will be fixed tomorrow (01/11) on the branch `release/4.0.5`. KR,...
The issue has been resolved in the `release/4.0.5 `branch. An issue was identified in the `DeleteRepresentationCommandHandler` class. When the `DbContext` was saved, the `ParentAttributeId` property of all representation attributes was...
Hello, I have verified on my local machine, and the HTTP DELETE request is functioning correctly for all the scenarios outlined below: ## First scenario 1. create a group G1.with...
Okay, of course :) I'll comment the code in the 'master' branch.
Hello, The authentication context window lists the possible authentication workflows. It enables a client to increase the level of assurance that the identity of the user is correct. For example,...
You can utilize the Authentication Context Class Reference (ACR) by including its name in the `acr_values` parameter of the OPENID authorization request. (https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest) In the `BackChannelClient` project, navigate to the...
I have created a sample project to demonstrate the usage of the Authentication Context Reference (ACR) parameter. The source code can be found here: https://github.com/simpleidserver/SimpleIdServer/tree/master/samples/ProtectWebsiteServersideACR Before running the project, follow...