Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
GET /api/users/urs_user?client_id=ABCD authorizationAuthorization: Bearer HGJFKDAS
  • It can send its own client_id  as an additional parameter ‘calling_application’ to the request
Code Block
GET /api/users/urs_user?calling_application=ABCD authorizationAuthorization: Bearer HGJFKDAS

 

Application B can use Application A’s token to retrieve user profile for ‘urs_user’

...

Code Block
GET /api/users/urs_user?calling_application=XYZ authorizationAuthorization: Bearer HGJFKDAS