Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (1)

19
votes
10answers
4k views

How to avoid storing credentials to connect to Oracle with JDBC?

Is it possible to setup a JDBC connection to Oracle without providing username/password information in a configuration file (or in any other standard readable location)? Typically applications have a ...
12
votes
3answers
6k views

Using DefaultCredentials and DefaultNetworkCredentials

We're having a hard time figuring how these credentials objects work. In fact, they may not work how we expected them to work. Here's an explanation of the current issue. We got 2 servers that needs ...
9
votes
4answers
429 views

where to store the user credentials in an enterprise application(EAI)?

Background/Context We are developing a Event Notification Service. The application at a high level looks like below: Our developene scope involves widget and the ENS. "ENS" acts as a central point ...
9
votes
3answers
7k views

Externalizing Grails Datasource configuration

Grails 1.x allows using external configuration files by setting the grails.config.locations directive. Is there a similar approach available for externalizing the database configuration in ...
8
votes
2answers
2k views

Is it possible to store credentials for auotmatic Team Foundation Server login?

Is it possible to store the credentials that I use to connect to my Team Foundation Server directly in Visual Studio 2010? I would like to avoid to insert them at every VS launch. The problem is ...
7
votes
5answers
10k views

How to Specify Eclipse Proxy Authentication Credentials?

I'm using the latest version of Eclipse Galileo and I have to access the web from behind a proxy. I see where I can set the internet settings to manual and specify a proxy but there's no way to ...
7
votes
3answers
9k views

Android: Storing username and password?

If I want to store the username and password to be used inside an Android application, what is the best way to do it? Is it through the preferences screen (but what if the user misses this?), or pop ...
7
votes
6answers
15k views

How to specify Windows credentials in WCF client configuration file

I have a WCF service using BasicHttpBinding with Windows authentication. Most clients are domain accounts and connect to the service using their default credentials. Now I want to connect to the ...
7
votes
7answers
2k views

Where to store database credentials in a web app?

I'm wondering what techniques you use to store the database credentials for your application. I'm specifically concerned with java webapps, but I don't think there's any need to limit the questions ...
6
votes
3answers
322 views

SVN change username

I found a lot examples on how to change the username for specific revisions and so on. But what I nee is this: I did a checkout with the authentication credentials of a workmate and need to change it ...
6
votes
2answers
365 views

Influencing whether browsers prompt to save credentials

For most web pages that have a username and password dialog, browsers will prompt the user if they want to save the credentials for that form: However, for this login page, it doesn't. I can't find ...
6
votes
2answers
271 views

Best practice for storing cross domain web service access credentials?

I'm working on an application that will connect to various remote servers using a Web Service to retrieve some status information about those ( Windows ) machines. It works well within a single ...
6
votes
2answers
441 views

How do I force a refresh of the security token for a WCF service?

I have a WCF Service that requires a security token issued by a separate WCF STS Service. This all works just dandy. In my application, I use the service like so: MyServiceClient myService = new ...
6
votes
3answers
145 views

How to eliminate usernames and passwords from source code in Test Automation?

I write test automation and scripts that require windows authentication to the domain to access. I don't like keeping them in the app.config because they are available in plain text. I don't like ...
6
votes
1answer
1k views

WCF NetTcpBinding Security - how does it work?

encountered the following problems trying to work through the quagmire of settings in WCF... I created a WCF client server service using a NetTcp binding. I didn't make any changes to the security ...
6
votes
7answers
704 views

How do you support a web app with hashed or encrypted passwords?

When supporting a new web app in an enterprise environment, it is often necessary to log in as a specific user in order to diagnose a real or perceived problem they are having. Two opposing issues ...
5
votes
1answer
86 views

How to delay windows login process till an even from a windows service

The requirement is , autologin has to be configured in WINDOWS7 machine, but this autologin should be in wait (ie, delayed) till another windows service signals to continue the autologin. I used a ...
5
votes
1answer
796 views

Saving credentials for reuse by powershell and error ConvertTo-SecureString : Key not valid for use in specified state

I was doing something like described in this post to save credentials in a secured file so our automated process can use that to run remote PS scripts via Invoke-command: ...
5
votes
1answer
197 views

Can Java's 'single sign-on' (use credentials from 'Credential Manager') on Windows be disabled?

Oracle's "Http Authentication" page from the Java SE 6 documentation says that "if you are running on a Windows machine as a domain user, or, you are running on a Linux or Solaris machine that has ...
5
votes
2answers
2k views

netTcpBinding without windows credentials?

I've got a machine control application where I have a single client computer and 5 server boxes communicating on the machine subnet. There is no domain controller. I would like to use netTcpBinding ...
5
votes
3answers
5k views

WCF + User credentials

I am working on a Silverlight v3 web app and I would like to secure access to the WCF service I am using to fetch my data. I currently have the WCF working just fine, but it doesn't require any user ...
5
votes
3answers
192 views

How does your company manage credentials?

This is a call for suggestions and even possible solutions. I haven't been at a company that really seemed to get credential management 'right'. I've seen excel/word documents and even post-it note ...
4
votes
2answers
134 views

How I access ClientCredentials from with a custom IChannel or IChannelFactory?

I'm creating a custom channel in WCF in order to implement a custom security protocol. No, don't run away! It's not that scary! Verifying the protocol on the service is relatively simple. The hard ...
4
votes
1answer
347 views

Get Cached Credentials in PowerShell from Windows 7 Credential Manager

Can I do this with some API I am overlooking or do I have to figure out porting the C# .NET API calls mentioned here into PowerShell to make this happen in a script?
4
votes
1answer
419 views

Documentation for creating a Custom Credential Provider in Windows

Where is the documentation on creating a custom Windows Credential Provider located? Everything I've found so far points to the same article on how to make a custom credential provider (MSDN ...
4
votes
4answers
2k views

SVN won't cache credentials

I'm using the commandline svn client (version 1.6.12, from the Ubuntu repos) and I can't seem to get it to cache my user credentials. I'm trying to access an https svn repository (something along the ...
4
votes
2answers
2k views

Set credentials on an Android Webview using secured HTTPS connection

I would like to create an Android Webview that connects to a website via a secured HTTPS connection with the use of credentials. First difficulty was to accept the certificate (private), it was ...
4
votes
2answers
2k views

Get current user's credentials object in Powershell without prompting

I have a Powershell script that is going to be run through an automation tool against multiple servers. It works fine on Windows machines, as the remote calls use the tool's service account without ...
4
votes
1answer
1k views

DB Schema of a Role Based Access Control

I'm currently developing a member administration for a local association here and I'm developing the database schema at the moment. I'd like to share it with you to improve it and give other an ...
4
votes
1answer
2k views

How do I pass credentials to a machine so I can use Microsoft.Win32.RegistryKey.OpenRemoteBaseKey() on it?

This .NET API works OK if I'm trying to open the Registry in a machine that's in the same domain as I am (and my logged-on user has admin rights on the target machine). It gets tricky if it's an ...
4
votes
2answers
851 views

DefaultNetworkCredentials or DefaultCredentials

Which one am I supposed to use when I need to supply a credential to a proxy (local or in Network)? What's the exact difference between these two?
4
votes
4answers
540 views

Git: Remove credentials from repository

At first: This is (hopefully) no duplicate of this or this. The current status: I committed a file with credentials for an internal database to my Git repository. This was fine, as I used it only ...
4
votes
1answer
5k views

In WCF, for a webHttpBinding, how do I specify credentials in the client side web.config when the server is using basic authentication?

I have two WCF RESTful services - the "general" service is public and has no security; the "admin" service I intend to use basic authentication over SSL. This is my server side web.config: ...
4
votes
1answer
2k views

Silverlight 4 webclient authentication - anyone have this working yet?

So one of the best parts about the new Silverlight 4 beta is that they finally implemented the big missing feature of the networking stack - Network Credentials! In the below I have a working request ...
4
votes
2answers
98 views

Associate scheme (eg. cms://) to a Windows program

Possible Duplicates: how do I create my own URL protocol? (e.g. so://…) How do I register a custom URL protocol in Windows? Is there a way to associate a scheme, like cms:// to a Windows ...
4
votes
1answer
859 views

Elevate impersonated credentials to app pool credentials in IIS

I am using impersonation in an application in IIS. I need to write a file to the file system, but don't want to use the impersonated user's credentials in this one case. I need to use the credentials ...
4
votes
3answers
6k views

Executable started by a windows service using the local system account cannot access network shares

I have an executable that is started by a windows service, this program will be run on a customers machine and will need to connect to a remote share to perform a particular task. This share is ...
3
votes
1answer
66 views

System.Windows.Forms.WebBrowser sometimes does NTLM auth - why?

I have a Windows Forms app targeting .NET 2.0. I'm attempting to add a single sign-on feature via the SAML 2.0 protocol, for which the most efficient apparent solution was an embedded web browser. ...
3
votes
1answer
68 views

Python GAE urlfetch credentials

I'd like to know if the Google App Engine URL Fetch Python API does not support accessing URLs that have credentials: http://username:password@www.domain.com/ It should be a basic feature, but I ...
3
votes
1answer
73 views

IPC between Credential Provider and a system service

What is the best way to communicate with a custom Credential Provider from a system service ? Is it possible to send a message through the message pump ? Can I use named pipes ? Any suggestions would ...
3
votes
1answer
178 views

Compiling a Credential Provider with MinGW

I found some examples from Microsoft, but I'm not sure how to get started. I have what appears to be a VS project and a file with Registry entries. There are no makefiles included and not really any ...
3
votes
2answers
126 views

How should support for alternate credential types in twisted.pb be implemented?

My project has been trying to implement a credential checker using scrypt. We've tried implementing our own credentials and checker objects, but we've had a lot of trouble getting pb to use them. Pb ...
3
votes
2answers
305 views

Securely storing user credentials in DB, for PHP web application

I have a built a web application that now has a requirement of storing user credentials for access to another system. (As much as I would like to not do this, unfortunately I have no choice in the ...
3
votes
3answers
1k views

Making Visual Studio TFS plugin store your credentials?

Every time I open Visual Studio 2008, I get a pop-up dialog prompting for my username and password ('Connecting to Team Foundation Server'). Presumably this is because I have my TFS server stored in ...
3
votes
1answer
281 views

Test Credentials to access a web page

Is there a nice and tested piece of code out there that I can use for this purpose: get the user/pass and the address of a web service (asmx page) and check if the user/pass are valid or not. I ...
3
votes
1answer
532 views

Amazon S3 security credentials per bucket

I was wondering if it was possible to generate security credentials per individual Amazon S3 bucket. I am working with a developer and would like to grant him access only to the bucket we are working ...
3
votes
1answer
706 views

Glassfish JMS (flat-file) authentication

Flat-file JMS authentication is easy to set up on Glassfish (see http://docs.sun.com/app/docs/doc/821-0027/aeofg?a=view). The problem is the client part. I am writing a standalone Java client to ...
3
votes
3answers
249 views

Looking for a comprehensive guide to setting up custom authentication backends in Django, or pointers

I'm trying to set up a custom backend that queries another database, for which I have created a model in the system. It uses its own rules (email instead of username, and a differently salted/hashed ...
3
votes
1answer
867 views

Access Windows Share under Network Service account

I have two computers with Windows Server 2003. One computer has some shared folders on the network, and the other has a Windows Service (written in C#, running under the Network Service account) that ...
3
votes
5answers
572 views

Storing PayPal credentials in a web application(asp.net) on a shared host

I have created a web application that is hosted on Godaddy on a shared server. I plan on using paypal for my transactions, which creates a problem. At this point the credentials(paypal email and ...

1 2 3 4 5 7