This content has been marked as final.
Show 2 replies
-
Re: Is is possible for a user to login to Jive using basic access authentication URL encoding?
Scott A Johnson May 17, 2016 9:37 AM (in response to james.dellow)1 person found this helpfulNot sure if the url form works, but it works adding the Basic Auth header when accessing a UI page, just like an API endpoint.
What is it that you're trying to do? Depending on your use case, I wonder if using OAuth from your other site would make sense.
-
Re: Is is possible for a user to login to Jive using basic access authentication URL encoding?
james.dellow May 17, 2016 8:40 PM (in response to Scott A Johnson)I'm working with a client looking to put in place an interim approach to login users from an existing portal (where they are already authenticated). The question was just if they could just dynamically create a URL based on the current user's details, since Basic Auth was supported by the API in the header.
-