# HG changeset patch # User Alain Mazy # Date 1676640474 -3600 # Node ID b7fd466764cc79c0f2fdef8703ce0092a284f6b6 # Parent a89e1fcf56b137e6cb11cee371cfada6a1f78b77 fix path for oe2 keycloak diff -r a89e1fcf56b1 -r b7fd466764cc Plugin/Plugin.cpp --- 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