I have an Spring OAuth2 server set up and it's working fine when the clients authenticate. The issue is that when the client is the browser the access token is show on the redirect URL on the address bar and the browser remembers it.
Is there a way for the Authentication server to send back the access token in a safer way while still redirecting.