spring-attic / spring-security-saml

SAML extension for the Spring Security project
Other
419 stars 482 forks source link

SES-158: ExtendedMetadata configured in CachingMetadataDelegate overwritten in sample when running #136

Closed spring-projects-issues closed 9 years ago

spring-projects-issues commented 9 years ago

Eric Goode (Migrated from SES-158) said:

While attempting to set extended metadata on an individual IDP:

classpath:/metadata/openam-idp.xml

This value was being overwritten by the configuration of the MetadataGeneratorFilter by setting the property of extendedMetadata:

This made it so that the individual configured extended metadata was overwritten and never used by the system.

spring-projects-issues commented 9 years ago

Vladimir Schäfer said:

I've tried to reproduce this, but didn't succeed. I had a metadata provider and generator filter configured as in the ticket, but the IDP values were correctly set and did not get overwritten by values in the MetadataGenerator.

Please provide further instructions on how to reproduce this, ideally with a test case or complete configuration files.