[EXTERNAL] Re: Missing Shibboleth attributes in $_Server
Cantor, Scott
cantor.2 at osu.edu
Thu Sep 24 13:36:58 UTC 2020
There's nothing there. Either you didn't access the server at all, or you turned up one category and not the root category or the one that might reveal something about the request evaluation process (the RequestMapper).
I would add that per the original question, it is not possible to just dump out data structures in any given language and see any data. The SP does not guarantee that works, and I know from personal experience in many languages that it does NOT. That just has to do with issues in the code of those languages because of how they decide what to show and where they get the data from.
The only thing that works consistently is directly accessing the variable you want.
If you have a Location rule for /secure, and you get prompted to login when you access that URL, and you see the attributes you expect at the /Session endpoint, then I absolutely guarantee there are variables that exist. But accessing them incorrectly or with the wrong names won't work.
I can't do anything else for you (see footer), but I don't want to see people wasting their time on blind alleys either.
-- Scott
More information about the users
mailing list