SSO_SYNC not found

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.

/admin/users/sync_sso calls a missing route

can anyone help me? :sob: :sob: :sob:

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?

1 Like

Can you try sending api_key and api_username as headers per

2 Likes

thank you ~ :smiling_face_with_three_hearts: :smiling_face_with_three_hearts:,this is very helpful for me

1 Like

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?

2 Likes

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).