Hi,

I am passing the access token as request header with name "Authorization" to access the protected resource.

Now I want to pass access token as URL parameter. Does this require any extra configuration or will spring automatically look for the parameter?

If spring looks automatically for it, what should be the name of the url parameter.