You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[TECH] Dans Pix API supprimer les notions erronées ou obsolètes de scope et de target utilisées pour la vérification du droit d’accès d’un utilisateur à une application (PIX-15945)
Copy file name to clipboardexpand all lines: api/src/authorization/domain/constants.js
+1-8
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,11 @@ const PIX_ADMIN = {
6
6
SUPER_ADMIN: 'SUPER_ADMIN',
7
7
SUPPORT: 'SUPPORT',
8
8
},
9
-
SCOPE: 'pix-admin',
10
-
TARGET: 'admin',
11
9
};
12
10
13
11
constPIX_ORGA={
14
12
NOT_LINKED_ORGANIZATION_MSG:
15
13
"L'accès à Pix Orga est limité aux membres invités. Chaque espace est géré par un administrateur Pix Orga propre à l'organisation qui l'utilise. Contactez-le pour qu'il vous y invite.",
0 commit comments