# HG changeset patch # User Alain Mazy # Date 1694521869 -7200 # Node ID 9ebcda90587ff70247b1f71b8ead95d2fcb7927c # Parent 66b2b938c43e08770d6e45b5e4a1dcb10e6b3a22 fix diff -r 66b2b938c43e -r 9ebcda90587f Plugin/Plugin.cpp --- a/Plugin/Plugin.cpp Tue Sep 12 12:39:15 2023 +0200 +++ b/Plugin/Plugin.cpp Tue Sep 12 14:31:09 2023 +0200 @@ -1162,7 +1162,7 @@ uncheckedResources_.insert("/"); // for the redirect to /ui/app/ uncheckedResources_.insert("/ui/api/pre-login-configuration"); // for the UI to know, i.e. if Keycloak is enabled or not uncheckedResources_.insert("/ui/api/configuration"); - uncheckedResources_.insert("/auth/user-profile"); + uncheckedResources_.insert("/auth/user/profile"); tokens_.insert(OrthancPlugins::Token(OrthancPlugins::TokenType_HttpHeader, "Authorization")); // for basic-auth tokens_.insert(OrthancPlugins::Token(OrthancPlugins::TokenType_HttpHeader, "token")); // for keycloak