Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow request uuid to be stored
Introduces a :store_request_uuid option for later comparison with InResponseTo By default it saves the request uuid in the session as "saml_transaction_id", but also accepts a proc that will then be called with the uuid for custom storage.
- Loading branch information