Problem to solve
- In our company we want to enforce that users login via SSO every Monday using the MFA of our central identity provider.
- Selfhosted GitLab (17.3) offers to authenticate CLIs via oauth2 (using e.g. glab or git-credential-oauth.
- In the “Applications” page of the user settings https://gitlab.example.com/-/user_settings/applications I now see something like this:
- We now want to call the “Revoke” button via the REST-API programmatically.
- Is there a REST-API which we may invoke as an admin for that purpose (I looked into /users and /applications but did not see anything useful).