1

does anyone know where can I find sources for WSO2 Identity Server 5.0.0 - Service Pack 1? That SVN WSO2 repository is very complex. And there's no clue where to look for it.

According the "help page" Building from source WSO2

Sources should be somewhere here SVN repository - WSO2 Carbon Core 4.2.0

Thank you,

Josef

Josef Bureš
  • 125
  • 1
  • 11

1 Answers1

3

As i know, SP1 source is not currently available in a separate public palace. But all these source have been added in to the next version of Identity Server release. But these sources may not be completely match with the SP1 source. If you are finding next version source.. It is also not in a common place, you can find most of the identity related source from here. You can browse the desired component and find the highest version of it. Then it would be the latest source for next release.

Asela
  • 5,781
  • 1
  • 15
  • 23
  • So SP1 was released, but sources are not available to the public? What a shame. So when it is going to be released new version of Identity Server? Is it going to be 5.1.0 ? Will sources be available for this version? – Josef Bureš Jan 25 '15 at 20:01
  • Yes.. it is. It may be 5.1.0... Source is already available as i mentioned in above comment. – Asela Jan 25 '15 at 21:22
  • Thank you Asela, I will try to cope with that. – Josef Bureš Jan 26 '15 at 09:46
  • Has the source code for the 5 version been released anywhere? is there any other way to access 5.0+ version of the identity server? – Christos Papoulas Jul 10 '15 at 15:52
  • The 5.1.0 sources are different from the 5.0.0.SP1, so effectively we're unable to pinpoint some exceptions :/ Migrating to 5.1.0 can be painful with customized userstores or authenticators – gusto2 Feb 18 '16 at 10:50