BTW, here is the config for metadataGeneratorFilter:
Code:
<bean class="org.springframework.security.saml.metadata.MetadataGenerator">
<property name="entityBaseURL" value="https://w3utv-ws01.uio.no#{servletContext.contextPath}/"/>
<property name="entityId" value="https://ws01.uio.no#{servletContext.contextPath}/"/>
<property name="bindingsSSO" value="POST,HTTP-Redirect"/>
<property name="bindingsSLO" value="HTTP-Redirect"/>
<property name="includeDiscovery" value="false"/>
<property name="nameID" value="TRANSIENT,PERSISTENT"/>
</bean>
Please ignore that the SLO for the first example is using HTTP-Artifact. It belongs to another federation. I only want to skip the HoK.