Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Can a different user name/password be supplied with the API connection when VersionOne is set to use Windows Integrated Authentication?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Eric  
View profile  
 More options Jun 20 2012, 3:50 pm
From: Eric <eengel...@gmail.com>
Date: Wed, 20 Jun 2012 12:50:36 -0700 (PDT)
Local: Wed, Jun 20 2012 3:50 pm
Subject: Can a different user name/password be supplied with the API connection when VersionOne is set to use Windows Integrated Authentication?

I'm trying to run a scheduled job using the API on a windows server but
since the instance of VersionOne I am trying to connect to is configured to
use Windows Integrated Authentication it is trying to connect as the server
windows user, which of course is not a member on VersionOne.  I supplied
the windows user name and password of a valid VersionOne member but it
seems to ignore it and continues to give me a security exception
"com.versionone.apiclient.SecurityException: User Not Authorized".

I get the security exception with either one:

V1APIConnector dataConnector = new V1APIConnector(url, userName, password);
V1Instance v1 = new V1Instance(applicationPath, userName, password);


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Acey Bunch  
View profile  
 More options Jun 21 2012, 8:37 am
From: Acey Bunch <acey.bu...@versionone.com>
Date: Thu, 21 Jun 2012 05:37:10 -0700
Local: Thurs, Jun 21 2012 8:37 am
Subject: RE: Can a different user name/password be supplied with the API connection when VersionOne is set to use Windows Integrated Authentication?

Eric,

The APIClient documentation provides examples of how to connect to a VersionOne instance using Windows authentication, and it can be found here: http://community.versionone.com/sdk/DetailedDocumentation/SDK%20.Net/....

There are basically two approaches, one using the credentials of the user that is currently logged in, the other using their fully qualified domain name.

Have you tried those?

Acey Bunch
Technical Product and Agile Consultant
VersionOne

From: versionone-dev@googlegroups.com [mailto:versionone-dev@googlegroups.com] On Behalf Of Eric
Sent: Wednesday, June 20, 2012 3:51 PM
To: versionone-dev@googlegroups.com
Subject: Can a different user name/password be supplied with the API connection when VersionOne is set to use Windows Integrated Authentication?

I'm trying to run a scheduled job using the API on a windows server but since the instance of VersionOne I am trying to connect to is configured to use Windows Integrated Authentication it is trying to connect as the server windows user, which of course is not a member on VersionOne.  I supplied the windows user name and password of a valid VersionOne member but it seems to ignore it and continues to give me a security exception "com.versionone.apiclient.SecurityException: User Not Authorized".

I get the security exception with either one:

V1APIConnector dataConnector = new V1APIConnector(url, userName, password);
V1Instance v1 = new V1Instance(applicationPath, userName, password);
--
You received this message because you are subscribed to the Google Groups "VersionOne-dev" group.
To view this discussion on the web visit https://groups.google.com/d/msg/versionone-dev/-/kRhjIfoBJ3oJ.
To post to this group, send email to versionone-dev@googlegroups.com<mailto:versionone-dev@googlegroups.com>.
To unsubscribe from this group, send email to versionone-dev+unsubscribe@googlegroups.com<mailto:versionone-dev+unsubscri be@googlegroups.com>.
For more options, visit this group at http://groups.google.com/group/versionone-dev?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Eric  
View profile  
 More options Jun 21 2012, 8:44 am
From: Eric <eengel...@gmail.com>
Date: Thu, 21 Jun 2012 05:44:58 -0700 (PDT)
Local: Thurs, Jun 21 2012 8:44 am
Subject: Re: Can a different user name/password be supplied with the API connection when VersionOne is set to use Windows Integrated Authentication?

Yes, I have attempted to try that.  But their documentation seems to be out
of date.  I downloaded the latest jars and the V1APIConnector doesn't even
have a constructor with a signature for supplying a boolean to indicate to
use windows authentication or not.  I have supplied a fully qualified
username and password and it still attempts to connect as the user that is
logged into windows.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Acey  
View profile  
 More options Jun 21 2012, 2:45 pm
From: Acey <acey.bu...@versionone.com>
Date: Thu, 21 Jun 2012 11:45:13 -0700 (PDT)
Local: Thurs, Jun 21 2012 2:45 pm
Subject: Re: Can a different user name/password be supplied with the API connection when VersionOne is set to use Windows Integrated Authentication?

This sounds like an issue for VersionOne support.

You can contact them at supp...@versionone.com.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »