From 3f6e60ccfa79971eb3ab3addee583ab713130c9e Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Thu, 17 Oct 2019 14:44:12 +0200 Subject: [PATCH] Update 8_0_0.adoc --- release_notes/topics/8_0_0.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release_notes/topics/8_0_0.adoc b/release_notes/topics/8_0_0.adoc index 5445221a55..192d232470 100644 --- a/release_notes/topics/8_0_0.adoc +++ b/release_notes/topics/8_0_0.adoc @@ -25,3 +25,9 @@ file was also provided. Notice that when {project_name} acts as the IDP we can use the built-in role mappers to perform any necessary mappings before setting the roles into the assertion, so this SPI will probably be redundant in this case. The `RoleMappingsProvider` SPI was designed for situations when the IDP offer no way to map roles before adding them to the assertion. + += Other Improvements + +== System properties and environment variables support in theme.properties + +It is now possible to use system properties and environment variables within theme.properties file. Thanks to https://github.com/Opa-[Opa-]