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 4ae4b95 commit 182bf25Copy full SHA for 182bf25
1 file changed
src/plugins/auth/index.js
@@ -95,7 +95,6 @@ function processGroupsClaim(groupsClaim, oid) {
95
// We handle both formats for flexibility between test and production environments.
96
if (typeof groupsClaim === 'string') {
97
try {
98
- // eslint-disable-next-line @typescript-eslint/no-unsafe-assignment -- we know this is a stringified JSON array
99
const parsed = JSON.parse(groupsClaim)
100
if (Array.isArray(parsed)) {
101
processedGroups = parsed
0 commit comments