Basic, Messages, Standard - Relying on prompt:none side effect bad design

Issue #305 resolved
Michael Jones created an issue

Depending on side effects is just bad design. What you really want to do is know if a particular session is still active. In that case there should be a specific request “Is this session still active?”

Comments (2)

  1. Michael Jones reporter

    We can now explicitly check whether a session is still alive by sending the id_token in the prompt:none request.

  2. Log in to comment