Add API for controlling if client exists #13
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I want a way to check if a client exists in oath2 service.
My current use case is automatically decommission servers, and one of the steps is to remove the client from oath2 if it exists.
It is ok that the removal procedure is manual as now, just that the decommission script can tell if the server has a client.
Preferable I can make a http get unauthorized with known servername/client and the API returns if that client exists.