I'm wondering if there are any publicly available SAML v2 SPs that I can use to test with.

I think Salesforce and Google apps both have an SSO solution which is compatible, but I'm just not sure how to go about getting access (and unclear whether it costs.)

Maybe I should just set up an SP (using OpenSSO or something) on another box? Thanks in advance.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

Why not just use SimpleSAMLPHP? It's easy to set up, and can be used as a service provider. Google Apps is also pretty easy to set up as a SAML service provider.

link|improve this answer
feedback

Salesforce has a free developer edition you can sign up for at: http://developer.force.com. It will enable you to test with them acting as either a SAML 2.0 SP or IDP. It is quite simple to sign up and use its SAML features for testing purposes.

For Google, they offer free 30 day Google Apps accounts for trial purposes - beyond that you need to pay.

As you say - there are loads others (like OpenSSO or Ping Federate) that you could either get for free, sign up for a trial for or purchase - if you want something in house.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.