differing language over when client notification endpoint called

Issue #138 resolved
Joseph Heenan created an issue

If the Client is registered in Ping mode, the OpenID Provider will send an HTTP POST Request to the Client Notification Endpoint either when the end-user is well authenticated and has authorized the request or if the end-user has denied the request.

and elsewhere:

It is the endpoint the OP will call after a succesful or failed end-user authentication.

I think the "has denied the request" language in the first one is incorrect given the OP may send the push with expired_token if auth_req_id has expired.

Comments (7)

  1. Dave Tonge

    Do you think we should just use the language from your second example: "after a succesful or failed end-user authentication"

  2. Brian Campbell

    I do think we want to allow for the end user denying the request but that can be rolled up in a failed authentication

  3. Log in to comment