Why can't I reach the attributes from PHP?

Kevin Foote kpfoote at uoregon.edu
Wed Mar 18 12:54:58 EDT 2015



<Location /s>
    AuthType Shibboleth
    ShibRequireSession On
    require valid-user
    # Or require something more useful
</Location>


--------
thanks
 kevin.foote

> On Mar 18, 2015, at 9:45 AM, Mert metin <mertmetin at outlook.com> wrote:
> 
> <Location />
>         AuthType shibboleth
>         require shibboleth
> </Location>
> 
> I just copy and paste the thing above. Sometimes it pushes attributes sometimes not. Why? 
> 
> > Date: Wed, 18 Mar 2015 17:33:14 +0100
> > From: peter.schober at univie.ac.at
> > To: users at shibboleth.net
> > Subject: Re: Why can't I reach the attributes from PHP?
> > 
> > * Mert metin <mertmetin at outlook.com> [2015-03-18 17:18]:
> > > so should I add something to apache configuration?
> > 
> > If you want it to work, yes.
> > Since you now have added the information which webserver you're trying
> > to use...
> > https://wiki.shibboleth.net/confluence/display/SHIB2/NativeSPApacheConfig
> > E.g.
> > <Location /where/you/want/the/attributes/to/be/available>
> > AuthType shibboleth
> > Require shibboleth
> > </Location>
> > 
> > Or for location /
> > -peter
> > -- 
> > To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
> -- 
> To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net



More information about the users mailing list