Hi, Sending the steps to the list until a proper place is figured out in the wiki,
1) Make sure you have the following entry in trader_client/Trade/Web.config under <federatedAuthentication> <wsFederation passiveRedirectEnabled="true" issuer="https://localhost:9443/passivests" realm="http://localhost/Trade/" requireHttps="false"/> 2) Make sure the Identity Server certificate thumbprint is listed under <trustedIssuers> <add thumbprint="79af6b15468e02ef01e0d7e320a071e23d6e3ac2" name="CN=localhost" /> 3) Add the Identity Server certificate to the certificate store using MMC. I've attached the cert with this mail, localhost.crt. Will put this into SVN also. 4) Start Identity Server by running <identity server>\bin\wso2server.bat 5) Login to Identity Server admin console by going to http://localhost:9443/carbon. Username: admin, password: admin Click User Management -> Users -> Add New User For the moment make a user with uid:0 and a password of your choice. You can use this to login to .Net trader client. Ideally Identity Server user manager should be configured to talk to the MSSQL user table. 6) Goto http://localhost/trade and login. Bye, -Chintana -- Blog: http://engwar.com/ Photos: http://flickr.com/photos/chintana
