On Tuesday, August 27, 2019 11:49:20 AM CEST Martin van Es wrote:
On Tuesday, August 27, 2019 11:19:25 AM CEST Leif
Johansson wrote:
so there is a really messy interaction between
pyff and accept-types going
> on...
Found the problem.
Nearly there.
/ds endpoint renders a correct DS form and search returns a correct json
string containing the valid IdP's.
One of them has id {sha1}42295b198743c7d33973a004f5560e843eb49bb0 but the next
DS request on
/%7Bsha1%7D42295b198743c7d33973a004f5560e843eb49bb0.json fails with a 404 (The
resource could not be found) and so I'm not redirected to the IdP.
Is that request fired at the correct pyff endpoint? How can pyFF return an id,
but not have a json reply for the same id?
Martin