Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Can not login via OIDC if member of too may groups #717

Open
stephan271 opened this issue Mar 1, 2023 · 0 comments
Open

Can not login via OIDC if member of too may groups #717

stephan271 opened this issue Mar 1, 2023 · 0 comments
Labels

Comments

@stephan271
Copy link
Member

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)

@stephan271 stephan271 added the Bug label Mar 1, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant