PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Friday, September 2, 2022

[FIXED] How do I get an authentication token for a WorkDocsClient on the AWS WorkDocs API?

 September 02, 2022     amazon-web-services, amazon-workdocs, authentication, php, token     No comments   

Issue

I'm currently working on a project using the AWS WorkDocs API and php.

For some functions, it's necessary to have an authentication token.

For example, the DescribeRootFolders service :

enter image description here

I've a key and a secretKey to connect to the API via the WorkDocsClient class but I would like to know how I can get an authentication token ?

Of course, I saw that there was a solution to get an authentication token via the creation of an application but I dare to hope that there is another way to do it ?


Solution

I've an official answer on the AWS Support : Case ID 10537471241.

Currently there is no capability to generate access tokens via the SDK.
This may change in the future if full OAuth protocol compliance is introduced.



Answered By - Fitspade
Answer Checked By - Mary Flores (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing