Concept Flow - Client credentials flow
Client prepares credentials
Client sends POST request to Auth Server
Auth Server validates credentials
The client sends its credentials to the authorization server, which validates them and returns an access token if valid. The client then uses this token to access protected APIs.
