apokalipto / devise_saml_authenticatable

Devise SAML 2.0 authentication strategy
MIT License
297 stars 155 forks source link

Pass controller request object to idp settings adapter #218

Closed tedkeep closed 2 years ago

tedkeep commented 2 years ago

In applications where the domain name can change, the use of the ActionController request object is required so the SP url can be set dynamically.

This change makes it so the request object can optionally be passed to the IdPSettingsAdapter#settings method so urls can be created dynamically.