Skip to content

Commit

Permalink
Set default SAML signatureAlgorithm value to SHA256
Browse files Browse the repository at this point in the history
- For the bean.
- As suggested in review comments in #2794.
  • Loading branch information
hsinn0 committed Mar 28, 2024
1 parent e652367 commit e0d99bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uaa/src/main/webapp/WEB-INF/spring/saml-providers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
<bean id="fixedHttpMetaDataProvider" class="org.cloudfoundry.identity.uaa.provider.saml.FixedHttpMetaDataProvider" />

<bean id="defaultSamlConfig" class="org.cloudfoundry.identity.uaa.provider.saml.SamlConfigurationBean">
<property name="signatureAlgorithm" value="${login.saml.signatureAlgorithm:SHA1}"/>
<property name="signatureAlgorithm" value="${login.saml.signatureAlgorithm:SHA256}"/>
</bean>

<beans profile="fileMetadata">
Expand Down

0 comments on commit e0d99bd

Please sign in to comment.