I am creating a PHP based application that for certain sections requires an IBM log in. I am aware of the SSO OAUTH sample however I am unsure how to use this for my application? Is there any guides on how to addapt the SSO example with use on a PHP application?
Many thanks.
Answer by JohnPape (1292) | Oct 24, 2014 at 09:01 AM
There's really nothing special about SSO on Bluemix as it is based on standard OAuth. If you can write an app in PHP that uses OAuth, it's just a matter of provisioning an SSO service instance in Bluemix and binding it to your application and setting up things like your client secret, etc.
Start with these docs - https://www.ng.bluemix.net/docs/#services/SingleSignOn/index.html#sso_gettingstarted
If you run into a specific roadblock as you learn. Just come back here and update this question or post a new, more specific, question.