Set Audience value

Andrew Morgan morgan at orst.edu
Fri Jan 20 16:49:00 EST 2017


On Fri, 20 Jan 2017, Michael Dahlberg wrote:

> On Fri, Jan 20, 2017 at 3:55 PM, Cantor, Scott <cantor.2 at osu.edu> wrote:
>
>>
>> If the SP is broken like this, the solution in most cases is to refuse to
>> accept that, report that bug and inform those in charge that you cannot
>> interoperate with their broken implementation until they patch it. I can
>> provide the relevant standards reference if that helps.
>>
>>
> It would help, since I'm not sure where to look for this.  Thank you very
> much!

In relying-party.xml, this is how you do it:

   <bean parent="RelyingPartyByName" c:relyingPartyIds="https://college.jumpforward.com">
       <property name="profileConfigurations">
           <list>
               <bean parent="SAML2.SSO" p:encryptAssertions="false" p:encryptNameIDs="false" p:additionalAudiencesForAssertion="JumpForward" p:securityConfiguration-ref="SHA1SecurityConfig" />
           </list>
       </property>
   </bean>

As you can see, this SP has a lot of problems I'm working around...

 	Andy


More information about the users mailing list