JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for JISC-SHIBBOLETH Archives


JISC-SHIBBOLETH Archives

JISC-SHIBBOLETH Archives


JISC-SHIBBOLETH@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Monospaced Font

LISTSERV Archives

LISTSERV Archives

JISC-SHIBBOLETH Home

JISC-SHIBBOLETH Home

JISC-SHIBBOLETH  August 2012

JISC-SHIBBOLETH August 2012

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

Re: [Am I being a dunce?] Attribute ImmutableID was not encoded because no SAML2AttributeEncoder was attached to it.

From:

Rod Widdowson <[log in to unmask]>

Reply-To:

Discussion list for Shibboleth developments <[log in to unmask]>

Date:

Wed, 8 Aug 2012 14:52:56 +0100

Content-Type:

text/plain

Parts/Attachments:

Parts/Attachments

text/plain (105 lines)

> Unfortunately, Shibboleth (2.3.6) is discarding the ImmutableID attribute because "no
> SAML2AttributeEncoder was attached to it." (grepped logs below).

That may be OK - you have told Shibboleth to take this ImmutableID and encode it in the "NameID" part of the "packet of stuff"
(technical terms) which gets sent to the SP.

You have not told the IdP to take it and encode it in the "Attribute" part of the "packet of stuff". And that is all that the logs
(they are debug) are telling you.

If I go over to testshib (https://sp.testshib.org/cgi-bin/splog.cgi?lines=15000&logname=shibd.log) and look at what the SP gets it
includes this:

<saml2:NameID Format="urn:oasis:names:tc:SAML:2.0:nameid-format:transient" NameQualifier="https://newt.kent.ac.uk/idp/shibboleth"
SPNameQualifier="https://sp.testshib.org/shibboleth-sp">_ed96dd0c72e397f07f07e56fcd825fd7</saml2:NameID>

So the question is whether {ed96dd0c-72e3-97f0-7f-07-e5-6f-cd-82-5f-d7} is the objectguid that you have in your AD for that
principal?





> -----Original Message-----
> From: Discussion list for Shibboleth developments [mailto:[log in to unmask]] On Behalf Of
> Matthew Slowe
> Sent: 08 August 2012 14:28
> To: [log in to unmask]
> Subject: [Am I being a dunce?] Attribute ImmutableID was not encoded because no SAML2AttributeEncoder
> was attached to it.
>
> Afternoon all,
>
> I'm trying to set up a (test) IDP to talk to Azure for Office365 by following some official MS
> documentation at http://technet.microsoft.com/en-us/library/jj205463.
>
> Azure requires two extra attributes to be asserted as part of the SAML2 conversation (ImmutableID
> [objectguid from AD] and UserID [upn from AD] -- no comments on namespace or functionality, please,
> I'm just following their instructions and evaluating!) which I've configured to go off to our AD and
> grab (appears to be working ok) and then configured to release to TestShib before I actually
> reconfigure our test Office365 tenancy.
>
> Unfortunately, Shibboleth (2.3.6) is discarding the ImmutableID attribute because "no
> SAML2AttributeEncoder was attached to it." (grepped logs below).
>
> UserId appears to be working ok on testshib:
>
> <saml2:Attribute FriendlyName="UserId" Name="IDPEmail"
> NameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"><saml2:AttributeValue
> xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
> xsi:type="xs:string">[log in to unmask]</saml2:AttributeValue></saml2:Attribute>
>
> I appear to be too stupid (or too sleepy) to work this out. any ideas?
>
> Config for these attributes:
>
> <!-- Use AD objectGUID for ImmutableID --> <resolver:AttributeDefinition id="ImmutableID"
> xsi:type="Simple" xmlns="urn:mace:shibboleth:2.0:resolver:ad"
> sourceAttributeID="objectGUID">
> <resolver:Dependency ref="WindowsAD" />
>
> <resolver:AttributeEncoder xsi:type="SAML2StringNameID"
> xmlns="urn:mace:shibboleth:2.0:attribute:encoder"
> nameFormat="urn:oasis:names:tc:SAML:2.0:nameid-
> format:persistent" /> </resolver:AttributeDefinition>
>
> Hopefully relevant logs but happy to post more (or more config) if required:
>
> 12:19:12.691 - DEBUG
> [edu.internet2.middleware.shibboleth.common.attribute.resolver.provider.ShibbolethAttributeResolver:13
> 7] - shibboleth.AttributeResolver resolved, for principal ms1, the attributes: [uid,
> eduPersonPrincipalName, transientId, eduPersonScopedAffiliation, unikentaspirerole,
> eduPersonEntitlement, UserId, eduPersonTargetedID.old, eduPersonTargetedID, ImmutableID]
> 12:19:12.698 - DEBUG
> [edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.ShibbolethAttributeFilteringE
> ngine:130] - Evaluating if filter policy releaseImmutableIDToAzure is active for principal ms1
> 12:19:12.698 - DEBUG
> [edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.ShibbolethAttributeFilteringE
> ngine:139] - Filter policy releaseImmutableIDToAzure is active for principal ms1
> 12:19:12.698 - DEBUG
> [edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.ShibbolethAttributeFilteringE
> ngine:163] - Processing permit value rule for attribute ImmutableID for principal ms1
> 12:19:12.704 - DEBUG
> [edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.ShibbolethAttributeFilteringE
> ngine:109] - Attribute ImmutableID has 1 values after filtering
> 12:19:12.705 - DEBUG
> [edu.internet2.middleware.shibboleth.common.attribute.filtering.provider.ShibbolethAttributeFilteringE
> ngine:114] - Filtered attributes for principal ms1. The following attributes remain: [transientId,
> eduPersonScopedAffiliation, eduPersonTargetedID.old, eduPersonTargetedID, ImmutableID]
> 12:19:12.708 - DEBUG
> [edu.internet2.middleware.shibboleth.common.attribute.provider.ShibbolethSAML2AttributeAuthority:226]
> - Attribute ImmutableID was not encoded because no SAML2AttributeEncoder was attached to it.
> 12:19:12.719 - DEBUG [edu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler:523]
> - Retaining attribute ImmutableID which may be encoded to via
> edu.internet2.middleware.shibboleth.common.attribute.encoding.SAML2NameIDEncoder
> 12:19:12.724 - DEBUG [edu.internet2.middleware.shibboleth.idp.profile.AbstractSAMLProfileHandler:573]
> - Removing attribute ImmutableID, it can not be encoded in to a name identifier of an acceptable
> format
>
> Ta,
> --
> Matthew Slowe
> Server Infrastructure Team e: [log in to unmask]
> IS, University of Kent t: +44 (0)1227 824265
> Canterbury, UK w: www.kent.ac.uk

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

November 2023
February 2023
January 2023
November 2022
October 2022
September 2022
June 2022
January 2022
November 2021
October 2021
September 2021
May 2021
April 2021
March 2021
February 2021
January 2021
December 2020
November 2020
October 2020
September 2020
July 2020
June 2020
May 2020
April 2020
March 2020
February 2020
January 2020
December 2019
November 2019
October 2019
September 2019
August 2019
June 2019
May 2019
March 2019
February 2019
January 2019
November 2018
July 2018
June 2018
May 2018
April 2018
March 2018
January 2018
November 2017
October 2017
September 2017
August 2017
July 2017
June 2017
May 2017
March 2017
February 2017
January 2017
October 2016
September 2016
August 2016
July 2016
June 2016
May 2016
March 2016
February 2016
January 2016
December 2015
November 2015
September 2015
August 2015
June 2015
April 2015
March 2015
February 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
October 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager