I'm trying to format the logout rest call to sign out of an AWS Cognito user pool, but can't seem to get it right.
I want to redirect to https://localhost:44333?signout=true after cognito has signed me out.
The following doesn't work and returns "Required String parameter 'redirect_uri' is not present":
https://tradingreplay-test.auth.eu-west-1.amazoncognito.com/error?client_id=***ClientId***&logout_uri=https://localhost:44333?signout=true
I have checked and https://localhost:44333 is in the list of valid sign out urls for the app client.