Parsing a logout request with no parameters throws a parse exception

Issue #207 resolved
Former user created an issue

The 3 parameters on a client initiated logout request are all optional. If they are all missing though, the sdk throws a parse exception. Could be I should check if at least one is present before attempting to parse it into a LogoutRequest

https://openid.net/specs/openid-connect-session-1_0.html#RPLogout

Comments (3)

  1. Log in to comment