uaa/13.4
You can find the source of this version on GitHub at cloudfoundry/uaa-release. It was created based on the commit aaab7a7d
.
Release Notes¶
This release exposes a new property to make SAML Signature Algorithm configurable
login.saml.signatureAlgorithm:
description: "Signature hashing algorithm for SAML. Can be SHA1, SHA256, or SHA512."
example: SHA256
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "uaa" version: "13.4" url: "https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=13.4" sha1: "b946212c628d77fa61288e6408e40d6b3f0d6a36"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 b946212c628d77fa61288e6408e40d6b3f0d6a36 \ "https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=13.4"