• peter.niederlag1.3915304994704158E12
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies

Hello,

 

Per RFC 6749 the OAuth access token response is required to send a token_type as part of the response (http://tools.ietf.org/html/rfc6749#section-4.2.2). It doesn't appear that the response from SF includes the token_type. I ran across this when using one of the OAuth client libraries that was recommended on the OAuth 2 home page. The client library requires this field to be returned, per the spec, and throws an error if it's not there.

 

I know it's a long shot but any chance the access token response could be updated to follow the spec and return a token_type of "Bearer" ?

 

Thanks,

Dan

  • August 08, 2013
  • Like
  • 0