Obtain the following steps to get callback url.
Name : | This can be anything. Consider something like <Organization>'s GitLab or <Your Name>'s GitLab or something else descriptive. |
Redirect URI : | Copy Callback URL from plugin. |
NOTE: The check-box for “api” needs to be checked, as it’s unchecked by default.
IdP Name | Custom Provider |
IdP Display Name | Choose appropriate Name |
OAuth Authorize Endpoint | https://{GitLab-app-domain}/oauth2/authorize | OAuth Access Token Endpoint | https://{GitLab-app-domain}/oauth2/token | OAuth Get User Info Endpoint (optional) | https://{GitLab-app-domain}/oauth2/userInfo |
Client ID | This value can be obtained from the above steps |
Client secret | This value can be obtained from the above steps |
Scope | openid |