Hello,
I've identified that in the client-side action StartSSOAuthentication there is an unnecessary server-side action GetToken call just to do two string-splits, that can be done safely on the client side.
Can you please look into this and remove this unnecessary server call?
Thank you for your help and time.