Discussion:
Ruby-based SAML
Marc Chanliau
2018-07-21 17:21:10 UTC
Permalink
Is there a gem implementing the SAML standard the way PHP does (https://simplesamlphp.org/)?

Here is my use case: Customer X wants to access a remote application (managed by a cloud vendor) through federated SSO. However Customer X doesn’t have any means to support SAML on their on-premise server. Alternatively, I could use OpenID Connect (OIDC), but I couldn’t find appropriate Ruby support for that either (and I don’t want to use PHP!).

Sent from mobile device - Pardon possible typos!
Nuvem Branca
2018-07-21 17:25:31 UTC
Permalink
See this docs.

https://developers.onelogin.com/saml/ruby
Post by Marc Chanliau
Is there a gem implementing the SAML standard the way PHP does (
https://simplesamlphp.org/)?
Here is my use case: Customer X wants to access a remote application
(managed by a cloud vendor) through federated SSO. However Customer X
doesn’t have any means to support SAML on their on-premise server.
Alternatively, I could use OpenID Connect (OIDC), but I couldn’t find
appropriate Ruby support for that either (and I don’t want to use PHP!).
Sent from mobile device - Pardon possible typos!
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-talk>
Loading...