On successful login, access_token, token_type, expires_in, state, id_token, and nonce parameters are getting appended to url's query params.
Is there any way to prevent this behavior in the authorizer? Isn't it a security issue?
I have been looking for a solution for some time now and didn't find any solution apart from removing them manually.
