ArcGIS on Shib 3
McKean, Brandon Scott - mckeanbs
mckeanbs at jmu.edu
Wed Jul 1 15:44:15 EDT 2015
Hi jmarsch,
Sorry for the confusion, as Scott points out, that isn't something you
absolutely need to do there, I just did it for testing purposes. You
can either alter the metadata, or have a specific stanza for them.
Here's what I did in saml-nameid.xml:
<bean parent="shibboleth.SAML2AttributeSourcedGenerator"
p:format="urn:oasis:names:tc:SAML:1.1:nameid-format:eid"
p:attributeSourceIds="cn" />
The eid part is arbitrary, you just need to keep it consistent across
the config.
Then, in relying-party.xml:
<bean parent="RelyingPartyByName"
c:relyingPartyIds="JMU.maps.arcgis.com">
<property name="profileConfigurations">
<list>
<bean parent="SAML2.SSO"
p:encryptAssertions="false"
p:nameIDFormatPrecedence="urn:oasis:names:tc:SAML:1.1:nameid
-format:eid"/>
</list>
</property>
</bean>
You can also set the nameid in the metadata for them, I just figured
I'd do it in their relying party since it already has special
requirements.
Hope this helps some, but let me know.
I also welcome improvements to that configuration.
Thanks,
Brandon
On Wed, 2015-07-01 at 11:50 -0700, jmarsch wrote:
> > Lastly you need to make sure that nameid format is being used for
> > arcgis. I'm currently doing it globally in relying-party.xml since
> > it's
> > a testbox,
>
>
> Hi Brandon:
>
> I'm following your thread -- I am trying to build a similar test
> instance.
> I am extremely new to Shibboleth. I'm following your config
> snippets, and
> sadly, I simply don't know how to perform the step that you have
> quoted
> above (make a nameid format used globally in rely-party.xml).
>
> Can you post a snippet?
>
>
>
>
> --
> View this message in context: http://shibboleth.1660669.n2.nabble.com
> /ArcGIS-on-Shib-3-tp7616612p7616865.html
> Sent from the Shibboleth - Users mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20150701/98bcb100/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5673 bytes
Desc: not available
URL: <http://shibboleth.net/pipermail/users/attachments/20150701/98bcb100/attachment-0001.bin>
More information about the users
mailing list