Chintana, Just to clarify, Have you implemented anything for Claims Based authentication in PHP or WSAS? We'd like to tag or branch the certificate based version of StockTrader before committing any CBS code.
Additionally, what are people's thoughts on testing CBS? Should be test directly in the trunk or via Patches? -Ben Dewey -----Original Message----- From: Chintana Wilamuna [mailto:[email protected]] Sent: Wednesday, September 23, 2009 1:04 AM To: [email protected] Subject: Re: PHP WSAS Status On Wed, Sep 23, 2009 at 1:17 AM, Ben Dewey <[email protected]> wrote: > What's the current status of the PHP/WSAS stack? I was running through the > interop testing of the latest and couldn't get it to work. Ben, The getProfileIdFromStsIdentifier operation is implemented in WSAS business service. It looks like by default .Net passive STS is returning privatepersonalidentifier as the default SAML attribute. I'm in the process of implementing that in the WSO2 Identity Server. You need to write an extension so that it'll return that by default overriding the default attribute send by the Identity Server. Right now, the business service talks to the MSSQL database for authentication, in the process of changing it to talk to the active STS and make the authentication happening. After changing the passive STS endpoint in the .Net trader client, I was able to get it authenticated and logged in to the application. As for the PHP configuration service, IIRC, I did test it with the .Net trader client and got it to work before committing. What's the scenario you ran into trouble with? Bye, -Chintana -- http://engwar.com/
