changeset 66:b7fd466764cc

fix path for oe2 keycloak
author Alain Mazy <am@osimis.io>
date Fri, 17 Feb 2023 14:27:54 +0100
parents a89e1fcf56b1
children 5281a859248d
files Plugin/Plugin.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Plugin/Plugin.cpp	Thu Feb 16 17:57:25 2023 +0100
+++ b/Plugin/Plugin.cpp	Fri Feb 17 14:27:54 2023 +0100
@@ -363,7 +363,7 @@
           if (standardConfigurations.find("orthanc-explorer-2") != standardConfigurations.end())
           {
             uncheckedFolders_.push_back("/ui/app/");
-            uncheckedResources_.insert("/ui/app/configuration");        // for the UI to know, i.e. if Keycloak is enabled or not
+            uncheckedResources_.insert("/ui/api/pre-login-configuration");        // for the UI to know, i.e. if Keycloak is enabled or not
 
             tokens_.insert(OrthancPlugins::Token(OrthancPlugins::TokenType_HttpHeader, "Authorization"));  // for basic-auth
             tokens_.insert(OrthancPlugins::Token(OrthancPlugins::TokenType_HttpHeader, "token"));          // for keycloak