Discussion:
SP is not getting UID
Zico
2014-10-13 16:47:49 UTC
Permalink
Hello,

I am curious about one simple issue, I am sure I am missing something here.
I am releasing couple of attributes along with UID from my IDP. SP is
getting all attributes other than UID. Though, as REMOTE_USER, I am getting
this UID value.

Is there any way I can make my SP with which it will explicitly show "UID:
Tester" ? [ "Tester" is the UID I am passing from IDP ]

My attribute-map in SP is configured perfectly I guess:
<Attribute name="urn:oid:0.9.2342.19200300.100.1.1" id="uid"/>

And, I can see "creating mapping" in shibd.log:

INFO Shibboleth.AttributeExtractor.XML : creating mapping for Attribute
urn:oid:0.9.2342.19200300.100.1.1

Any suggestion?
--
Best,
Zico
Cantor, Scott
2014-10-13 16:52:30 UTC
Permalink
Post by Zico
Is there any way I can make my SP with which it will explicitly show
"UID: Tester" ? [ "Tester" is the UID I am passing from IDP ]
If it's in REMOTE_USER, then it has to be in a header at the same time. If
it's not there, you're not accessing it by the correct name. That's a
local tool consideration.

-- Scott
--
To unsubscribe from this list send an email to users-unsubscribe-***@public.gmane.org
Continue reading on narkive:
Loading...