I want to manage the oauth2 clients that was registered in the oauth2 authorization server, the clients are stored in the oauth2-registered-client table.
I see that oauth2 can enable the clientRegistrationEndpoint, it works fine, so I wonder if the client search and delete Endpoint have existed too, but I can’t find it.
So, I created a user defined endpoint, then I sent a request with the Bearer token head, the response was a form login page (the scopes: message.read,message.write)