# In consideration for v79 * remove support for HS256 JWT signing algorithm * removal of already-deprecated SAML IDP configs: - config.socketFactoryClassName - config.samlConfig.certificate - config.samlConfig.privateKey - config.samlConfig.privateKeyPassword - config.links.logout.disableRedirectParameter # Done for v77 * Feature removal: UAA functions as a SAML IDP * Deprecation notice: Published in [README](https://github.com/cloudfoundry/uaa/blob/23734c64e0c1b87069f22c1e5245f3a40bf0c498/README.md). * Progress: https://github.com/cloudfoundry/uaa/pull/2638 * Feature removal: New Relic integration * Deprecation notice: None but asked around. * Progress: https://github.com/cloudfoundry/uaa-release/pull/760 * Feature removal: UAA native MFA * Deprecation notice: Published in [README](https://github.com/cloudfoundry/uaa/blob/23734c64e0c1b87069f22c1e5245f3a40bf0c498/README.md). * Progress: https://github.com/cloudfoundry/uaa/pull/2717 and https://github.com/cloudfoundry/uaa-release/pull/784 # Other candidates - removal: user_token grant * discussion here: https://github.com/cloudfoundry/uaa/pull/2193 - removal: password, implicit_grant * Deprecation notice: Published on [UAA API docs](https://docs.cloudfoundry.org/api/uaa). - removal of the already-deprecated Introspect Token endpoint's "Authorization header = Basic authentication" option * Deprecation notice: Published on [UAA API docs](https://docs.cloudfoundry.org/api/uaa). - removal of The `/check_token` endpoint * Deprecation notice: Published on [UAA API docs](https://docs.cloudfoundry.org/api/uaa). - remove k8s related support - remove option to use empty string as client secret - formal removal of MySQL 5 support (flyway upgrade) - fix introspect (maybe create a v2 endpoint but deprecate the old one) * https://github.com/cloudfoundry/uaa/issues/1229 - change [uaa.jwt.refresh.format](https://github.com/cloudfoundry/uaa-release/blob/99ce69951f8a63583e630019418cff6e2c0a505f/jobs/uaa/spec#L699C3-L699C25)'s default from `jwt` to `opaque`: https://github.com/cloudfoundry/uaa-release/issues/813 - defaulting [uaa.client.redirect_uri.matching_mode](https://github.com/cloudfoundry/uaa-release/blob/47fd3e08beb79a7063555ff4c319880934175ce8/jobs/uaa/spec#L560) to “exact”, which would become [mandatory](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-v2-1-08#name-registration-requirements) in OAuth 2.1
In consideration for v79
Done for v77
Other candidates
/check_tokenendpointjwttoopaque: Combination of the default values ofuaa.jwt.refresh.format(jwt) anduaa.jwt.revocable(false) results in spec-non-compliance #813