← Prev in month ← Prev in thread

Re: Informing SP about session invalidated in IDP

From
Phalguni Mukherjee <>
Date
2014-02-04T10:37:43+00:00
ID
Thread
Re: Informing SP about session invalidated in IDP
Hi All,

I am new to SAML and will be thankful if someone can help me with the following problem:

I have my attribute defined as follows:

        <Attribute name="attributeMap">

            <Value>userid=uid</Value>
            <Value>name=cn</Value>
        </Attribute>

but when I fetch the value through:
Map jingAttribute = (Map) map.get(SAML2Constants.ATTRIBUTE_MAP);

I get the keys as "uid" and "cn", these are the IDP specific key whereas I was expecting the value set to my keys i.e "userid" and "name" can someone tell me where I am going wrong?

On Sat, Jan 18, 2014 at 11:30 AM, Phalguni Mukherjee <> wrote:

I was trying to use SAML through SSO,my question is when a session becomes invalid in IDP, how does IDP notifies this to SP, if I have multiple copy of SP sitting in geographically distributed region sitting behind a load balancer,how the message reaches a particular SP as the DNS name for all will be same.

-- 
Thanks & Regards
Phalguni Mukherjee

-- 
Thanks & Regards
Phalguni Mukherjee
← Prev in month ← Prev in thread