SimpleIdServer
SimpleIdServer
Hello, Indeed, there is an issue in the current implementation. This issue will be fixed as soon as possible. Best regards, SID
After verification, the current implementation appears to be correct. # First scenario When the target location (path attribute) is specified and specifies a complex attribute, sub-attributes that are not specified...
Hello, It is a known issue & it has already been fixed in the release `4.0.5`. You can see the changes here : https://github.com/simpleidserver/SimpleIdServer/commit/f302a0d0b2e232bbc6b38a70a9ef02a6695bfa68#diff-e1b6f9746e093bb3c1319428e0ec1ba191e6cbeb3ff6f73c5ac320f68f302ca6 The URL `https://localhost:5001/form` is not correct...
Hello @qq1176914912, The release `4.0.5` will be published next week, the 14 november :) KR, SID
Indeed, there is still an issue with the redirect URL. :( The issue has been fixed and pushed to the `master` branch !
I have implemented the following changes in the `master` branch : * The default language is now set to English. * The list of supported languages is stored in a...
The Identity Server utilizes the translation and language tables to interpret certain metadata of the Backend entities, such as the Client name or the Configuration Property. The majority of translations...
Languages are not fully translated due to missing translations. For each language, a translation must be provided. For example : ``` LanguageBuilder.Build(Language.Default).AddDescription("English").AddDescription("French", "fr").AddDescription("Chinese", "zh").Build(), LanguageBuilder.Build("fr").AddDescription("Français", "fr").AddDescription("Anglais", "en").AddDescription("Chinois", "zh").Build(), LanguageBuilder.Build("zh").AddDescription("", "zh").AddDescription("",...
Hello :) The modifications made in the Ticket693_Move branch have been merged into the master branch. The translations of all Identity Server NuGet packages have been moved to the resources...
I've made some changes in the `master` branch. The languages were not translated correctly, and there was a small issue in the documentation. Now, when you start the SimpleIdServer project,...