Configuring Apache 2.4 with Shibboleth SP 3.0.4
Cantor, Scott
cantor.2 at osu.edu
Thu Mar 26 10:10:20 EDT 2020
On 3/26/20, 10:05 AM, "users on behalf of Christopher J. Hinkle" <users-bounces at shibboleth.net on behalf of chinkle at netlinkrg.com> wrote:
> Now, there is a separate VirtualHost that talks to the IdP
What do you mean by that?
> but it seems like if I use my application’s VirtualHost to query the Shibboleth Status and Session outputs, that should
> indicate that the information would be available somehow to pass to the PHP application
The error doesn't have anything to do with passing data to the application, it's an Apache authorization directive failure. Require commands in 2.4 are all handled by a core module that dispatches the handling of rules to the modules that define them. That happens before any application logic runs, and is independent of whether the SP would populate any information into the request.
-- Scott
More information about the users
mailing list