By: Theodore Sands user 07 Oct 2016 at 10:08 p.m. CDT

0 Responses
Theodore Sands gravatar
I included a URL with the trailing slash i.e. "https://gluuprototype.azurewebsites.net/" as a logout redirect URI for a OpenId Connect client registration. Upon logging out, it gave me a 400 error: `{"error":"invalid_request","error_description":"The request is missing a required parameter, includes an unsupported parameter or parameter value, repeats a parameter, or is otherwise malformed."}`. When I changed the URI to remove the trailing slash ("https://gluuprototype.azurewebsites.net") it worked without issue. Granted, this may be fixed in version 2.4.4 but I haven't had the time to figure out how to upgrade from 2.4.3 to 2.4.4.