Recent searches


No recent searches

Fraser, Vanessa's Avatar

Fraser, Vanessa

Joined Feb 16, 2023

·

Last activity Feb 16, 2023

Following

0

Followers

0

Total activity

3

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Fraser, Vanessa

Fraser, Vanessa commented,

CommentAPI and SDK

I'm sure it is something I'm doing wrong but I have been over and over that article and am not seeing what I have done wrong.  I'll contact support.  Also I can curl using the email/token:tokeninfo so it has to do with my encoding of the email/token:tokeninfo.

View comment · Edited Feb 16, 2023 · Fraser, Vanessa

0

Followers

0

Votes

0

Comments


Fraser, Vanessa commented,

CommentAPI and SDK

Hi!  I'm trying to use Azure Logic Apps to Authentic for a POC but I keep getting 401  Couldn't authenticate you.  

I've encoded my username/token:aaaa via powershell this way but I must be missing something.

$text = "myname@mydomain.com/token:tokentexthere"
$encoded = [convert]::ToBase64String([text.encoding]::Unicode.GetBytes($text))
$encoded

I went through this article and tried OAuth, api, user/password but just not getting authenticated.  

Any ideas would be welcome!

View comment · Posted Feb 16, 2023 · Fraser, Vanessa

0

Followers

0

Votes

0

Comments