I need some assistance with the /admin/users/sso_sync end point.
postman is returning a HTML page as response
Can someone advise where Im going wrong.
can anyone help me?
![]()
There’s some discussion on a similar issue in this topic /admin/users/sync_sso ... Route not found, if that’s any help to you?
Can you try sending api_key and api_username as headers per
thank you ~
,this is very helpful for me
Does regenerating the system api key help?
no help, when i request is local, with not error, but when i request server, will go wrong
the problem was sending the wrong body type and Content-Type, so the sig/sso params couldn’t be parsed out. I can give you an example . use Content-Type with multipart/form-data; and use http Body with raw text (sso=$sso&sig=$sig).