oobug
TFDThoughtSpot For Developers
•Created by oobug on 9/10/2024 in #dev-help
"Illegal base64 character" in ThoughtSpot Authentication
Thanks for all the assistance with this!
5 replies
TFDThoughtSpot For Developers
•Created by oobug on 9/10/2024 in #dev-help
"Illegal base64 character" in ThoughtSpot Authentication
Do you know whether the issue is that plus signs are being incorrectly escaped or whether the endpoint is using the
base64url
encoding that uses -
and _
characters in place of +
and /
? With my current integration, it's easier for me to put in a workaround of replacing characters than it is to change the API endpoints I'm using.5 replies
TFDThoughtSpot For Developers
•Created by oobug on 9/10/2024 in #dev-help
"Illegal base64 character" in ThoughtSpot Authentication
Creating a thread to group responses.
5 replies