-
Notifications
You must be signed in to change notification settings - Fork 44
AllowedAudienceUris Element
Michael Hallock edited this page Aug 31, 2016
·
6 revisions
The <allowedAudienceUris> element sets the SAML AudienceRestrictions values. This must contain at least the ID of the Service Provider. The subelement <audience> must contain a well formed URI, but does not have to be a URL (e.g. you could use SP IDs such as:
urn:1234:production:www.example.com:443
or any other valid URI here as well).
Example:
<saml2>
...
<allowedAudienceUris>
<audience uri="http://www.example.com" />
</allowedAudienceUris>
</saml2>