Single Sign Up to Lead implementation for Ruby #195
rjaus
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey Ya'll,
If you're building with the Ruby SDK, you might be interested in the Single Sign Up to Lead example project also built in Ruby. SSO or SSU is now a requirement for certification for Xero. You can implement one or the other, but both is the best option.
Full documentation on SSU and SSO is available here:
The aim of this sample project is to take all the dev effort out of the work. You should be able to make very minor modifications to the sample project and push it to heroku and go live straight away. Single Sign on is a little more involved, as you'll need to implement it into your existing project. But Single Sign Up to Lead will likely sit along side your existing products, rather than deeply integrated, so this sample should get it done for you.
If you've tried using this and run into any problems, or areas for improvement, please let me know in this discussion!
Sample code: https://github.com/XeroAPI/xero-ruby-sso-form
Hosted demo: https://xero-sso-form.herokuapp.com/ (heroku)
Beta Was this translation helpful? Give feedback.
All reactions