Registry / auth / omniauth-saml

omniauth-saml

JSON →
library2.2.5rbrubygemsunverified

A generic SAML strategy for OmniAuth, enabling SAML-based authentication.

gem install omniauth-saml
INSTALL
IMPORT
SIG · OMNIAUTH-SAML
O
omniauth-saml
authrubyv2.2.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OmniAuth::Strategies::SAML
require 'omniauth-saml'

Configure OmniAuth with SAML provider

require 'omniauth-saml' use OmniAuth::Builder do provider :saml, :assertion_consumer_service_url => 'https://example.com/auth/saml/callback', :issuer => 'example', :idp_sso_target_url => 'https://idp.example.com/sso', :idp_cert => '-----BEGIN CERTIFICATE-----...' end
Debug
Known issues
gotchaRequires proper SSL certificate configuration for production use.
fix
Ensure your IdP certificate is correctly configured and up-to-date.
affects: >= 2.0.0
Upgrade
Version history
2.2.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
16
Resources
omniauth-saml — gem install omniauth-saml · libregistry