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
As of now, the Gitlab connector requires users to grant the api scope to configured applications in order to retrieve information that could be just as easily pulled using read only scopes (read_user, openid).
The /oauth/userinfo endpoint provides all group information needed.
Uh oh!
There was an error while loading. Please reload this page.
As of now, the Gitlab connector requires users to grant the
api
scope to configured applications in order to retrieve information that could be just as easily pulled using read only scopes (read_user
,openid
).The
/oauth/userinfo
endpoint provides all group information needed.Can provide PR for this.
Related: #1222
Solves: #1246
The text was updated successfully, but these errors were encountered: