feat: Add OIDC debug mode
This commit is contained in:
@@ -106,6 +106,7 @@ module.exports = {
|
||||
if (configRoles.includes('*')) {
|
||||
return true;
|
||||
}
|
||||
|
||||
return configRoles.some((configRole) => claimsRolesSet.has(configRole));
|
||||
},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user