Meteor.js and Shibboleth IP
Truby Voglund
tvoglund at mocodevco.com
Tue Jun 30 03:05:45 EDT 2015
All,
I have gotten past the timestamp issues and now I am receiving the error "No return endpoint available for relying party ". Seems like from my research that I need to define the endpoint. But unsure how to define it in my metadata file. Can anyone give me information on how to do this. Bottom of email has my metadata file.
Thanks,
Truby
<EntitiesDescriptor
xmlns="urn:oasis:names:tc:SAML:2.0:metadata"
xmlns:ds="http://www.w3.org/2000/09/xmldsig#"
xmlns:shibmd="urn:mace:shibboleth:metadata:1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- Actual providers go here. -->
<!-- A service provider. -->
<EntityDescriptor entityID="http://tuadevshibbolet.cloudapp.net/shibboleth-sp">
<SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol">
<KeyDescriptor>
<ds:KeyInfo>
<ds:X509Data>
<ds:X509Certificate>
myCert
</ds:X509Certificate>
</ds:X509Data>
</ds:KeyInfo>
</KeyDescriptor>
<AssertionConsumerService index="1" isDefault="true"
Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
Location="http://tuadevshibbolet.cloudapp.net"/>
</SPSSODescriptor>
<Organization>
<OrganizationName xml:lang="en">Moco</OrganizationName>
<OrganizationDisplayName xml:lang="en">Moco Service</OrganizationDisplayName>
<OrganizationURL xml:lang="en">http://tuadevshibbolet.cloudapp.net/</OrganizationURL>
</Organization>
<ContactPerson contactType="technical">
<GivenName>John</GivenName>
<SurName>Doe</SurName>
<EmailAddress>jdow at example.org</EmailAddress>
</ContactPerson>
</EntityDescriptor>
</EntitiesDescriptor>
________________________________________
From: users <users-bounces at shibboleth.net> on behalf of Tom Scavo <trscavo at gmail.com>
Sent: Thursday, June 25, 2015 1:32 PM
To: Shib Users
Subject: Re: Meteor.js and Shibboleth IP
On Thu, Jun 25, 2015 at 3:23 PM, Truby Voglund <tvoglund at mocodevco.com> wrote:
>
> <SPSSODescriptor
> protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol
> urn:oasis:names:tc:SAML:1.1:protocol">
>
> [snip]
>
> <AssertionConsumerService index="1" isDefault="true"
>
> Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
>
> Location="http://tuadevshibbolet.cloudapp.net"/>
>
>
> </SPSSODescriptor>
I doubt this is your total problem but there is no SAML1 endpoint
listed so SAML1 should not be included in the protocol enumeration.
Tom
--
To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net
More information about the users
mailing list