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
2 answers

Creating a job with credentials in jenkins only in command lines

I am only allowed to work with the command line terminal on Ubuntu. I need to create a job in Jenkins with security credentials. I already installed Jenkins in my machine, but the access is open. If I set-up security credentials on Jenkins, how can…
DTondin
  • 147
  • 1
  • 2
  • 9
1
vote
1 answer

Detecting login credentials abuse

I am the webmaster for a small, growing industrial association. Soon, I will have to implement a restricted, members-only section for the website. The problem is that our organization membership both includes big companies as well as amateur “clubs”…
user213502
1
vote
1 answer

boto-rsync multiple credentials

I'm using boto-rsync for synchronizing files between my local server and Amazon S3. I'm also using it with Dreamhost's DreamObjects. Currently, I'm either using symbolic links to point the script to the appropriate credentials or I'm simply adding…
1
vote
0 answers

Google earth plugin authentication and caching

Looking for confirmation of the following behavior from the GE plugin. Using tomcat setup with BASIC authN, I get prompted for user/pass. Upon navigating to a page that loads GE (version 7.0.3.x) and fetches KML that references icons…
Jeff Black
  • 11
  • 2
1
vote
1 answer

Access current user credentials in CRM 2011 on-demand workflow

When a user runs an on-demand workflow in Microsoft CRM 2011, is it possible to access their credentials? I am creating a custom workflow activity designed to access a sharepoint server with shared Active Directory accounts. I would like to be able…
Scott
  • 457
  • 2
  • 7
  • 22
1
vote
1 answer

How credential and google cloud storage work?

I am just starting to develop GAE web application. I am trying to get a list of bucket of google cloud storage. I found some code from web site. there are 3 ways on the web what I found. using Google storage…
1
vote
1 answer

Keep User logged in across multiple applications on multiple servers

I am building a suite of applications using ASP.NET. Each application can be hosted on separate servers. All the applications share an integrated database. All applications require user authentication before use. I want to build the ability to…
Chris
  • 2,045
  • 1
  • 18
  • 21
1
vote
3 answers

Restricting an entire symfony admin generator page according to credentials

I have a website with a large number of admin generators to take care of an assortment of tables. Within the realm of authenticated users, I want to be able to deny access, not just to individual actions or fields, but an entire admin module. There…
dland
  • 4,319
  • 6
  • 36
  • 60
1
vote
1 answer

How to copy files to remote computer using Bash script?

I have a script that needs to copy a file to a remote computer: cp -R "${DEST_FOLDER}" "${SRC_FOLDER}" How can I do it when the remote computer requires user and password for access? How do I login to this computer with a bash script? Thanks
Alex1987
  • 9,397
  • 14
  • 70
  • 92
1
vote
1 answer

Spring Data mongodb: how to add credentials when running a replica set

I'm running MongoDB 2.2. I can add credentials to access my single instance MongoDB like this:
pastafarian
  • 1,010
  • 3
  • 16
  • 30
1
vote
2 answers

Scala: how to use google/facebook credentials to provide access control for my application via openID on Heroku

I'm writing a hobby project with Scala on Heroku. Currently I have my own authentication mechanism which uses http basic auth. I'd like to be able to use people's existing credentials from e.g. google or facebook instead. I know that for Ruby…
auramo
  • 13,167
  • 13
  • 66
  • 88
1
vote
1 answer

Open/close connection to UNC without credentials

I have a .NET client app that intermittently loses connection to a UNC share where the user is either on a domain or has a local account with the same credentials on the server. Both SO and Google have plenty of examples using LogonUser and…
flipdoubt
  • 13,897
  • 15
  • 64
  • 96
1
vote
3 answers

Get the NTLM credentials from the Response on an APSX page

I have an ASPX page (On server A) which is invoked using NTLM credentials. Part of that page's job is to call an HTML page (On server B) and proxy it back to the client. (The firewall allows access to A, but not to B. The user would normally be…
Doug
  • 1,678
  • 2
  • 14
  • 17
1
vote
1 answer

html, url, pass credentials, relative path

I want to logout from HTTP basic Authentication at request (before browser is closed), so reading on net, the only way is to pass some wrong credentials to server. It work but when I tried with relative path is disaster :) I use
user1973900
  • 381
  • 4
  • 18
1
vote
3 answers

Sending SSRS credentials via C# application

I am currently working on a C# application for my company that goes out to our SSRS server, runs specific reports, formats the excel reports in the application, and then spits them out to a location. The application is working as intended and there…
user190672