Hello good morning.
I need to connect an API that requires a token generated by JWT. Is there a way to connect a website that does this with power automate? I understand that power automate doesn't have the component to do this itself.
Thank you very much.
Hi @elaaadani
You can use the HTTP Post action to retrieve the token.
Please have a look at the below posts.
Solved: Re: Obtain JWT token with Power Automate HTTP - Power Platform Community (microsoft.com)
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsUmm thank you. But I don't understand much. In a page I generate the token with HS256 algorithm. I don't understand how to pass the information I need through HTTP
Hi @elaaadani
How do you generate this token? Manually or using an API?
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsHi @abm
Thank you very much for your prompt response.
This token is generated manually (https://jwt.io/ ) it is placed in the body
{
"entity": "xxxxxxxx",
"run": "xxxxxxxx",
"expiration": "2020-11-23T10:19:00",
"purpose": "xxxxxx"
}
and a VERIFY SIGNATURE HMACSHA256 .
This generates the token that is used in an API.
I thought that Power Automate might have a way to pass this information and generate the token from HS256.
I'm stuck here, I just need this to finish the last part of the flow
Hi @elaaadani
Ideally an API is the right way to do the job. If you doing this manually then have a look at UI Flows for Web
Learn to create UI flows for Websites - Power Automate | Microsoft Docs
Hopefully you should be able to get the token using the above.
Thanks
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video TutorialsThank you so much for yout help @abm .
Another question,
There is a way to pass a sharepoint file into hash? format.
I already have the content of the file. When you use the "Chainpoint" component and pass the file content, it generates an output. When you validate it, it says that it does not correspond to the document
Hi @elaaadani
Could you please post a screenshot of your flow and the error details?
Thanks
If you liked my response, please consider giving it a thumbs up
Proud to be a Flownaut!
Learn more from my blogPower Automate Video Tutorials
This is the "error"
The calculated checksum doesn't correspond to the one sent
Check out new user group experience and if you are a leader please create your group
See the latest Power Automate innovations, updates, and demos from the Microsoft Business Applications Launch Event.
User | Count |
---|---|
53 | |
41 | |
38 | |
38 | |
37 |
User | Count |
---|---|
76 | |
75 | |
71 | |
52 | |
49 |