Related to spring-projects/spring-security#11818
The order of precedence for security.relyingparty.{id}.assertingparty.signlesignon.sign-request should be like this:
- Use whatever the application declares
sign-request to be
- Use what comes back from the
metadata-url query
- Otherwise, default to
true
But it is currently like this:
- Use what comes back from the
metadata-url query
- Use whatever the application declares
sign-request to be
- Otherwise, default to
true