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.
I need some assistance with the /admin/users/sso_sync end point.
postman is returning a HTML page as response
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
Started POST "/admin/users/sync_sso" for ip address at 2022-04-13 08:13:14 +0000
ActionController::RoutingError (No route matches [POST] "/admin/users/sync_sso")
config/initializers/100-quiet_logger.rb:23:in `call'
config/initializers/100-silence_logger.rb:31:in `call'
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).