Next in thread → Next in month →

Re: Informing SP about session invalidated in IDP

From
Phalguni Mukherjee <>
Date
2014-02-19T09:00:07+00:00
ID
CAKto+X9NSD4wJSbR=
Thread
Re: Informing SP about session invalidated in IDP
Do anybody knows the link fro XACML java api jar?

On Tue, Feb 4, 2014 at 4:07 PM, Phalguni Mukherjee <> wrote:

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

-- 
Thanks & Regards
Phalguni Mukherjee
Next in thread → Next in month →