From f6ccba48e544ae0c2739eed8fa791383b50f14a1 Mon Sep 17 00:00:00 2001 From: Konstantinos Triantafyllou Date: Fri, 3 Dec 2021 19:42:02 +0100 Subject: [PATCH] Update 'Documentation' --- Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.md b/Documentation.md index 76b4365..27ece22 100644 --- a/Documentation.md +++ b/Documentation.md @@ -20,7 +20,7 @@ OpenAIRE services are using Spring Security to authenticate users and check thei ## Role Management -This web service provides 4 controllers with methods to create, assign or revoke roles from users and retrieve information of users with a specific Authority. If Authorities' list of a user has been changed, the his active sessions will be updated automatically from this service. +This web service provides 4 controllers with methods to create, assign or revoke roles from users and retrieve information of users with a specific Authority. If Authorities' list of a user has been changed, then his active sessions will be updated automatically from this service. There are two options in order to update user's Authorities. * Give a header named **Session** with value the session id. * Give user's email. If this parameter is present then it has priority.