Comment 4 for bug 1526558

Revision history for this message
Bill Erickson (berick) wrote :

New branch pushed:

https://git.evergreen-ils.org/?p=working/Evergreen.git;a=shortlog;h=refs/heads/user/berick/lp1526558-sip-auth-proxy

Includes sign-offs for existing commits.

Adds a new commit that:

1. Adds a new option called use_proxy_for_patron_auth. This may seem unnecessary, but it allows the SIP server to avoid having to make the "open-ils.auth_proxy.enabled" API call for every login.

2. Teach the use_proxy_for_client_login logic to bypass the "open-ils.auth_proxy.enabled" API call when the option is not set to true, since the value is discarded.

3. Adds docs to oils_sip.xml.example for the above.