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
{{ message }}
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
Use can not login via OIDC if member of too may groups
Error message
InternalOAuthError
500 Failed to fetch user profile
oauthError: [object Object]
toString: function() { var m = this.message; if (this.oauthError) { if (this.oauthError instanceof Error) { m += ' (' + this.oauthError + ')'; } else if (this.oauthError.statusCode && this.oauthError.data) { m += ' (status: ' + this.oauthError.statusCode + ' data: ' + this.oauthError.data + ')'; } } return m; }
InternalOAuthError: Failed to fetch user profile
at /home/node/app/node_modules/passport-openidconnect/lib/strategy.js:262:42
at passBackControl (/home/node/app/node_modules/oauth/lib/oauth2.js:132:9)
at IncomingMessage. (/home/node/app/node_modules/oauth/lib/oauth2.js:157:7)
at IncomingMessage.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1358:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
The text was updated successfully, but these errors were encountered:
Summary
Use can not login via OIDC if member of too may groups
Error message
InternalOAuthError
500 Failed to fetch user profile
oauthError: [object Object]
toString: function() { var m = this.message; if (this.oauthError) { if (this.oauthError instanceof Error) { m += ' (' + this.oauthError + ')'; } else if (this.oauthError.statusCode && this.oauthError.data) { m += ' (status: ' + this.oauthError.statusCode + ' data: ' + this.oauthError.data + ')'; } } return m; }
InternalOAuthError: Failed to fetch user profile
at /home/node/app/node_modules/passport-openidconnect/lib/strategy.js:262:42
at passBackControl (/home/node/app/node_modules/oauth/lib/oauth2.js:132:9)
at IncomingMessage. (/home/node/app/node_modules/oauth/lib/oauth2.js:157:7)
at IncomingMessage.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1358:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
The text was updated successfully, but these errors were encountered: