Validate login_hint

Issue #164 resolved
Christopher Vivek Vinushanth created an issue

What will be the error response we need to send back when there is no such user registered in Identity Server, as mentioned in login_hint? And can we provide auth_req_id without validating login_hint[even there is no user]?

Comments (3)

  1. Brian Campbell

    What will be the error response we need to send back when there is no such user registered in Identity Server, as mentioned in login_hint?

    unknown_user_id

    And can we provide auth_req_id without validating login_hint[even there is no user]?

    no (well, you could if you wanted/needed to return a auth_req_id that would just timeout so as not to give the client a clear indication of whether an account exists)

  2. Log in to comment