28 if ($intendedAudiences === null) {
32 $entityId = $this->serviceProvider->getEntityId();
33 if (!in_array(
$entityId, $intendedAudiences)) {
35 'The configured Service Provider [%s] is not a valid audience for the assertion. Audiences: [%s]',
37 implode(
'], [', $intendedAudiences)
Basic Configuration Wrapper.
setServiceProvider(ServiceProvider $serviceProvider)
validate(Assertion $assertion, Result $result)
getValidAudiences()
Retrieve the audiences that are allowed to receive this assertion.
Interface for triggering setter injection.