We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eea6506 commit 3e52652Copy full SHA for 3e52652
src/auth/IAMConfig.js
@@ -394,6 +394,8 @@ const adminGroups = ['grp-ospa']
394
395
const employeeGroups = ['hy-employees']
396
397
+const oodikoneIams = ['grp-oodikone-users', 'grp-oodikone-basic-users']
398
+
399
const isSuperAdminIam = (iam) => superAdminGroups.includes(iam)
400
401
const isAdminIam = (iam) => adminGroups.includes(iam)
@@ -445,6 +447,7 @@ const relevantIAMs = []
445
447
.concat(superAdminGroups)
446
448
.concat(adminGroups)
449
.concat(employeeGroups)
450
+ .concat(oodikoneIams)
451
452
const RELEVANT_ORGANISATION_CODES = [
453
'H906', // Kielikeskus
0 commit comments