Results 1 to 3 of 3

Thread: Access Token as URL Parameter.

  1. #1

    Default Access Token as URL Parameter.

    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.

  2. #2
    Join Date
    May 2008
    Location
    Salt Lake City
    Posts
    167

    Default

    A query parameter named "oauth_token" will automatically be picked up.

  3. #3

    Default

    Thnx Stoic. Able to get the access token.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •