Search code examples
oktaokta-api

Integration with okta SSO


Which is the best way to use okta SSO. We want to integrate okta with our ruby web application. Which way will be best from the given below?

  1. SWA
  2. SAML
  3. OpenID Connect

Solution

  • I used to use this gem to integrate my Rails app. I believe SAML the best.