mysterious-rose-44236
05/03/2023, 9:45 AMSession
when using "Remember"/Skip? The login_session_id on the ConsentRequest is different from the originally authorized one.
1. Login with remember = false
2. Give consent with remember = true and some session data. There's now 1 consent session for the subject with login_session_id = ""
3. Login again with remember = true
4. Consent screen is properly skipped.
5. There's still only 1 consent session for the subject with login_session_id = ""
That means that I cannot use the "list consent session for a subject with the login_session_id parameter" API endpointmysterious-rose-44236
05/03/2023, 9:47 AMmysterious-rose-44236
06/15/2023, 3:40 PM