Hi team,
This question is specific to making a service discovery request after the login request with two possiblities:
- If the login is successful and we get the access_token to make the request. Is there a scenario that services do not come back in the service discovery (Like no services are available at that time)? Should we make another try for this discovery?
- If the login only fails because the Auth Service only did not respond with the tokens in its response? Is it possible the auth service can be down? Is there a backup for this service?
Have to do all sanity checks before final deployment of the product so such questions.