Thinktecture IdentityServer now supports localization
March 10, 2013
Thanks to the contribution by Sébastien and Bruno, IdentityServer now supports localization! They performed the work to allow localization and provided the default English and French translations. I just performed the merge today and it was a large one (467 changed files) which illustrates the effort they put into it. Merci!
If anyone else is interested in providing the translations to other languages, feel free to contact us and we can discuss!
6 Comments
leave one →
Where can this be downloaded? :)
https://github.com/thinktecture/Thinktecture.IdentityServer.v2
Thanks!
Hi allen, when i am configuring thinktecture identity server with my application i am getting the exception “Signin Response message may only redirect with in web application”.will you please any guidance ,i googled this error and tried with all the possible scenarios still it is not solved.
if your URL of RP (relying party) is like for example http://localhost/realyingparty
Please change to http://localhost/relyingparty/, what the different is just add “/”.
I try to help what I have ever face the problem before.
I suspect you mean the realm and not the redirect URL. The realm is just an identifier, is a string and happens to be a URI. Since it’s a string, they’re compared with == and thus they need to be the exact same strings. “http://foo.com” != “http://foo.com/”