Search code examples
ruby-on-railssingle-sign-onintegrationpingfederate

Ping Federate : Ruby Integration Kit


I am currently using PingFederate with following description :

Version: 7.1.3.1
Protocol Support: SAML 2.0, WS-Federation, SAML 1.1, SAML 1.0, WS-Trust, OAuth 2.0

And I have an IdP application built on Java and an SP application built on Ruby on Rails.

And , I am using PIngFederate with SSO profile as :

Protocol : SAML 2.0
Adapter : OpenToken
Connection Option : Browser SSO
Connection Type :  Browser SSO Profiles     Protocol   SAML 2.0 

Problem

For JAVA , PingFederate has provided the pf-Java-integration-kit with open-token-adapter, and the rest of implementation are well documented.

But however for ROR, PingFederate doesn't seem to provide the integration kit as listed in their Download page

Question

  1. Is there a integration Kit for ROR ?
  2. I seem to have found lots of forum implicating the fact, but i don't know if it does exist?

Thanks


Solution

  • As you've already deduced, there's no integration kit specific for RoR, but you could use the Agentless Integration Kit, which is language-agnostic.