You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hello,
Actually, I have a web service which is requested by my website, and I would like to use this web service to request an other web service which need crowd authentication.
The clients have a crowd token given by an other website which authenticate them on the crowd server and i would like to use this token on my web service to authenticate them on the crowd server. And by this way the web service can do request by their access and their name.
But it work if I use the session.post to create a token with their user password, but if i copy past or get the token from the authentication website it didn't work.
It's close from this organization:
I'm sorry if it isn't very well explained, don't hesitate to ask me if you have any question.
Thanks in advance.
Hi @theo
Let's sum up what you have here:
User's Browser -> Web application -> Web Service A -> Web Service B
What you are facing here is what is detailed in the 'Cause' section of this KB.
From Web Service B's perspective, requests come from Web Service A's IP address, whereas the Crowd token that was initially generated was tied to your user's IP address.
You have two options here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.