- Client Service signs in using its name and otp
- Service Auth Provider returns a token
- Client Service makes a request to Server Service with the token in headers
- Server Service validates the token
- Service Auth Provider returns the validation response
- Server Service sends a response to Client Service