Questions tagged [credentials]

Credentials in information systems are widely used to control access to information or other resources. The classic combination of a user account number or name and a secret password is a widely-used example of IT credentials.

Credentials in cryptography establish the identity of a party to communication. Usually they take the form of machine-readable cryptographic keys and/or passwords. Cryptographic credentials may be self-issued, or issued by a trusted third party; in many cases the only criterion for issuance is unambiguous association of the credential with a specific, real individual or other entity. Cryptographic credentials are often designed to expire after a certain period, although this is not mandatory. An x.509 certificate is an example of a cryptographic credential.

An increasing number of information systems use other forms of documentation of credentials, such as Biometrics: fingerprints, voice recognition, retinal scans, Facial recognition systems1 , or X.509, Public key certificate, and so on.

2698 questions
1
vote
1 answer

How to Specify the Password to repadmin.exe via Remote PowerShell Session

I have some issues with repadmin.exe utility I have the following setup: Windows Server 2012R2 with ADDS installed running inside of VMWare VM Windows 8.1 Pro (host for VMware, my home desktop). My host is NOT a part of the domain I do the…
1
vote
0 answers

Get User's Login Credentials

I have an application which gets launched from our app-store. Its a standard win32 app. We run it from the app-store because the application needs to have administration privileges to install some fonts and other items, which the app-store…
Mike
  • 1,221
  • 3
  • 15
  • 34
1
vote
1 answer

Right way to store sensitive credentials for web app

I have a Java web app running on EC2 under Tomcat (a WAR) that requires various sensitive configuration parameters - for example, the credentials associated with various other AWS services. I had been setting these as environment variables, but then…
ChrisM
1
vote
1 answer

Passing Forms Auth User credentials to SQL Server database connection

My web app is using .NET 3.5 framework, VS 2008 with a SQL Server database. I am using Forms authentication and the generic login to validate user access to the aspx pages. Is there a way I can pass the user's form auth credentials (different from…
1
vote
0 answers

REST Services for Java web app

I need some guidance with a task I've been assigned. I have to create a java web application which will provide some functionalities and create a REST API for all the user actions and also pass credentials both to the web page and the API (i.e. I…
1
vote
1 answer

How to programatically verify Windows User via a network connection

Given a windows domain, and two win7 systems, how can I establish a user verified connection from the first computer to the second without prompting for the user to re-enter credentials. A good summary of this is: A TCP connection, server-side, has…
karezza
  • 586
  • 5
  • 13
1
vote
1 answer

Turn off Always Prompt For Logon Credentials in Outlook 2007 using vbscript

Is it possible to turn off "Always Prompt For Logon Credentials" in Outlook 2007 using vbscript?
Sammy
  • 21
  • 1
  • 4
1
vote
2 answers

how to maintain android package name for same code deployed on two different app engine instances

We have two app engine instances running the same code for the sake of testing and production server. We are using endpoints API. Our android app which connects with both servers uses the same client code generated by google app engine tools.…
1
vote
1 answer

Testing Paypal Express Integration / Sandbox Credentials / I am not a programmer

I have zero programming skills / knowledge and am trying to integrate paypal express into my shopping cart by following instructions but I don't know what I'm doing and don't understand a lot of it. I would love some help if someone can help me…
1
vote
0 answers

Custom credential provider Windows 8

I'm trying to create a custom credential provider for Windows 8 that will open a window that points to PWM server. I'm using a sample credential provider from Microsoft and I managed to the following: After registering the DLL, on the login screen I…
1
vote
2 answers

TortoiseGIT - wincred not available

I have just installed a fresh copy of TortoiseGIT 1.8.7.0 Stable version for 32-bit. I just noticed this problem when I'm setting up password caching for GitHub. Does anyone know how should I fix this? I do know credential helpers are supported for…
tom_mai78101
  • 2,383
  • 2
  • 32
  • 59
1
vote
1 answer

Need everytime ask user credentials on my .Net intranet application

I want everytime ask user credentials on my .Net intranet application. But can't configure IIS. Set Windows Authentication enable. Set application pool Identity to Local Service. Not resolved my problem. Only FF ask credentials. IE and Chrome open…
mathewsun
  • 373
  • 6
  • 14
1
vote
0 answers

call webservice url with credentials

I know this is a bad idea since everyone can see the credentials but this is going to happen from a stored procedure so it is pretty secure anyway. I just want to call the webservice GetPerson method and send in SSN, username and…
Daniel Gustafsson
  • 1,725
  • 7
  • 37
  • 78
1
vote
1 answer

Use AD credentials for GIT login

Is there a way to let git use my windows domain logon (AD) credentials for its authentifikation? Problem is that you I'll have to change my credentials on a regular cycle because our gitLab server uses the same AD base. So I'll also have to update…
Abubadabu
  • 194
  • 1
  • 9
1
vote
1 answer

App engine P12 AccessControlException

I am trying to read a P12 key on App Engine ( Google ) They key is located in WEB-INF directory. Currently I have this code : Credential credential = new GoogleCredential.Builder() .setTransport(httpTransport) …
David
  • 840
  • 6
  • 17
  • 37