Closed tedkeep closed 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.
request
This change makes it so the request object can optionally be passed to the IdPSettingsAdapter#settings method so urls can be created dynamically.
IdPSettingsAdapter#settings
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 theIdPSettingsAdapter#settings
method so urls can be created dynamically.