SSO Login Flow
Is there any other flow for logging in with SSO instead of as per documented in here?
https://support.ptc.com/help/thingworx/platform/r9.6/en/index.html#page/ThingWorx/Help/Composer/Security/Authenticators/TwxSSOAuthenticator.html
I want to create Custom Authenticator, but I need HTTP Request beside via "action-login" (URL: /Thingworx/action-login).
I already know how to get the corresponding data from SSO, but don't know where to POST these data to (so I could use this on the Custom Authenticator), since I want to differentiate login flow between usual Thingworx Users and SSO Users. Thus, I can handle SSO user as I want via the Custom Authenticator.

