Skip to Content.
Sympa Menu

technical-discuss - Re: [InC-Technical] RE: ePTID changes caused by Shibboleth IdPv3 upgrade

Subject: InCommon Technical Discussions

List archive

Re: [InC-Technical] RE: ePTID changes caused by Shibboleth IdPv3 upgrade


Chronological Thread 
  • From: "Paul B. Henson" <>
  • To:
  • Subject: Re: [InC-Technical] RE: ePTID changes caused by Shibboleth IdPv3 upgrade
  • Date: Wed, 7 Jun 2017 15:07:22 -0700
  • Ironport-phdr: 9a23:GrnUPBUDviqI1p5LsTaVQCpech7V8LGtZVwlr6E/grcLSJyIuqrYbR2Gt8tkgFKBZ4jH8fUM07OQ6PG/HzJaqs7R+Fk5M7V0HycfjssXmwFySOWkMmbcaMDQUiohAc5ZX0Vk9XzoeWJcGcL5ekGA6ibqtW1aFRrwLxd6KfroEYDOkcu3y/qy+5rOaAlUmTaxe71/IRG0oAnLt8Qan4RuJroyxxDUvnZGZuNayH9yK1mOhRj8/MCw/JBi8yRUpf0s8tNLXLv5caolU7FWFSwqPG8p6sLlsxnDVhaP6WAHUmoKiBpIAhPK4w/8U5zsryb1rOt92C2dPc3rUbA5XCmp4ql3RBP0jioMKjg0+3zVhMNtlqJWuByvqRxhzYDJY4+VOvVxcb/ActwYS2VMRdpRWzBbD4+gc4cCFfQNMOBFpIf9vVsOqh6+CBGiCO310DBIm3v21rAn3ug7DArI3hIvH9QVsHTTqtX5OroZXOe1zKbWyzXDdPRW2THm5YfUahAhueuAUqxtfsrM0EQiER7OgFuXqYzgJTyV1+INvnCA7+pgVOKgkHUoqwZ1ojex2scsipPFhoQLxVDY7Sl23ps6JcCkR0FhfN6kC4VfuzuEOIRrX8MuW31nuD4iyrEcp5G0YTUKxIw7yBHFbvyHa5WI4gnnVOmLOjh4n2hpd664hxa36UShy+r8Vs6x0FpQsypFicHAtnQN1hzV98eIUOFx8Vum2TaKzwzT7edEIVw0laXFK54h36U/moAPvkTEGy/6gF72jKqMeUU+5uio8OTnbav4qZ+ALYN7lgb+MqEol8eiAuo4KhADU3WV9OmzzrHu/1D1TK9UgvA5kKTVqp/XKMQDqqKkDQJY3Zwv5hSiAzu8ztgVnWULIEhYdB+JgIXkPUzFLuriAvelmVuslS9mx/DYMb3lBZXANmXMn63/crZ79UFc0goyzctF65JJDLEAL+j/VVPptNzAFBM2LRG7w/v/BNV80IMRR36PD7eEPK7cvlKE/OAiL/SWaIMLtzvwKeIp6vHugHMhnF8SZ6ip3Z8ZaHCiGfRmJl2UYXryjdcHCmcKuQw+Qff2h12aST5ffWi9UL8h5j0jEoKpEZ/DRpyxgLyGxCq7H5tWaXxBClCJFHfocIOEV+0LaCKILc9tiyAEWqa9RI8h0xGutRP1xKBjLubN5yIYtInj28Ro5+3IjhE/7jh0D8WG02GRVGF4gHkERz4w3KBjv0N90FGD3rZkg/BGD9Bc+e5GUhppfaLbmvB3AND0WwnIepKFSU2tX869KTA3RdU0xtgIJUFnFIaMlBfGimCSCqIR35bNTLw59Lnb2TK5c8ZwzW3B0oEql0FgT8dSYz71zpVj/hTeUtaa236SkLynIPwR

On Wed, Jun 07, 2017 at 09:52:20PM +0000, Wessel, Keith wrote:

> I'm curious why so many are changing. That, in my mind, is the question.

I second that question; I had no problem with eduPersonTargetedID issues
after my upgrade; other than that attribute doesn't really exist anymore
conceptually 8-/.

For SAML2, the eduPersonTargetedID is basically the "persistent" NameID:

https://wiki.shibboleth.net/confluence/display/IDP30/PersistentNameIDGenerationConfiguration

To avoid breaking SP's that you were previously releasing
eduPersonTargetedID to with idpv2, you need to configure idpv3 to use
it, and make you set the same source attribute and salt. I'm not 100%
sure it was required, but I also found a recommendation that you should
set a relying party override for those SP's to set the NameID
precedence, for example, mine is:

<bean parent="RelyingPartyByName"
c:relyingPartyIds="#{{
'https://www.educause.edu/shibboleth-sp',
'https://shib.lynda.com/shibboleth-sp',
'https://federation.campuslabs.com/shibboleth',
'https://e5.onthehub.com',
'https://sso.smartsheet.com/saml',
'cpp.zoom.us'
}}">
<property name="profileConfigurations">
<list>
<bean parent="SAML2.SSO"

p:nameIDFormatPrecedence="urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"
/>
</list>
</property>
</bean>

You should follow up on the shibboleth users list with any more technical
questions, but the long and the short of it is that you should *not*
have any broken SP's or mismatched identifers after an idpv2 to idpv3
upgrade.

--
Paul B. Henson | (909) 979-6361 | http://www.cpp.edu/~henson/
Operating Systems and Network Analyst |

California State Polytechnic University | Pomona CA 91768



Archive powered by MHonArc 2.6.19.

Top of Page