This content has been marked as final.
Show 2 replies
-
Re: When using API over DotNet WebClient using Basic Auth I am only getting 401
pboone Nov 23, 2018 8:03 AM (in response to pboone)I just noticed a remark in the "Developer Introduction" here:Developer Introduction | Jive Developer
It states, that "HTTP Basic w/SSL will not work with user accounts managed by external SSO Systems."
is this new? Because I believe we use an external SSO System, and my API worked fine for a long time, and now it does not!
So am I forced to switch to OAuth because we use external SSO?
-
Re: When using API over DotNet WebClient using Basic Auth I am only getting 401
jgoldhammer Nov 26, 2018 1:54 AM (in response to pboone)Maybe you can switch to an inline user to make these calls? Otherwise OAuth is the way to go...
You can also use the password grant flow for Jive, but I have always tried only with inline users.
-