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

Is there a way to use a forum's user management for rest of site?

I just set up a MyBB forum. I have a site that I want to provide other features to such as saving text. But to do so I need user credentials. So I am wondering if I can leverage the forum's user management system to see if a user is logged in and…
user390480
  • 1,655
  • 4
  • 28
  • 61
1
vote
3 answers

Paypal new sandbox account no api credentials generated

I have created a new Sandbox account in PayPal. This is a merchant account. I've clicked on the profile button and there I've checked the API Credentials page. The page is totally empty. How can I get them? Should I trigger something else to have…
Lee-der
  • 93
  • 9
1
vote
0 answers

WSTrustChannelFactory Credentials, where and how to store Credentials?

I inherited this code for making a call to a WCF service using claims based authentication( this just creates the binding, but you get the picture): UserNameWSTrustBinding binding = new…
1
vote
1 answer

Can you securely pass credentials from a Flash player to Wowza server?

We would like to require authentication against an LDAP directory for accessing streaming video content from our Wowza Flash server. The credentials would preferably be entered via the Flash player itself. Wowza forum posts suggest using examples of…
gravelpot
  • 1,677
  • 1
  • 14
  • 20
1
vote
1 answer

One or more data sources is missing credentials

I am implementing a series of rdlc reports on a webpage using a ReportViewer. When the report is initially generated is works fine but when I try to change the page of the report the following error is displayed: "One or more data sources is…
user2110877
  • 11
  • 1
  • 2
1
vote
1 answer

Get windows credentials to use as ClientCredentials (System.ServiceModel.ClientCredentials) for CRM

I am making a web form that will simplify some CRM account data manipulation. I want my users to be able to connect to CRM using their windows login without having to type it in. Is there a way to get a user's windows credentials with a .NET web…
1
vote
5 answers

Asp.net Internet explorer prompts a credential window

I just uploaded a project to my hosting, is a asp.net mvc project with authentication. Just when i enter the web internet explorer prompts a credential windows. If I cancel, the web works correctly. The web works correctly also in local using the…
1
vote
0 answers

Are the Access Key Id and Secret Access Key related in a known way?

I'd like to be able to verify that a secret key matches a given "Access Key Id" if possible. I thought perhaps the key Id was some sort of hash of the secret key, but I'm not finding documentation for this. EDIT: upon closer inspection, I wonder…
jberryman
  • 16,334
  • 5
  • 42
  • 83
1
vote
1 answer

How to store user password for third party service in Python?

this doesn't necessarily entail a Python specific answer, but that is what I am using, Python 3.2 to be exact. I am also developing under Linux. I have a script that is connecting to a website, logging in, and obtaining information for the the user.…
1
vote
4 answers

How to set credential persistence permanent on Android

My app has save login credential feature, so I store cookies for the next use after succeeding to sign in. However, after a time period, the session will be time out and cannot log in with the cookies any more. On iOS, after setting credential…
thanhbinh84
  • 17,876
  • 6
  • 62
  • 69
1
vote
1 answer

XHR2 credentialed requests - secure/fakable?

I'm trying to get a handle on how reliably secure credentialed XHR2 requests are. Specifically, can I be sure the request came from a browser runtime environment, rather than a bot (i.e. server-side program), or could the latter fake the request?
Mitya
  • 33,629
  • 9
  • 60
  • 107
1
vote
1 answer

XHR2 withCredentials - which cookies are sent?

Hopefully this is simple to answer. With a credentialed request in XHR2, which cookies are sent? I've been following the MDN article on credentialed requests, and it shows that the cookie pageAccess=2 is sent with the request. However it doesn't…
Mitya
  • 33,629
  • 9
  • 60
  • 107
1
vote
1 answer

Not providing db credentials in quartz config

I am using quartz in a web application and using QuartzInitializerServlet. Now to run it on multiple systems, I have added a database to make it run it in clustered mode. The dataSource properties are provided in quartz.properties file but this…
Rndm
  • 6,710
  • 7
  • 39
  • 58
1
vote
0 answers

linux domain socket credentials : how to check two scheduled process have same cron ancestor

Let's say i have some scott user. In scott's crontab, i have two tasks scheduled : task1 is sort of "server" task which wraps some information and serve it through unix domain socket (task process will remains till a SIG_xxx ends it, whatever…
dams50
  • 21
  • 3
1
vote
1 answer

How to remove git-credential-osxkeychain for good?

My problem: after installing git-credential-osxkeychain whenever I type "git" on the command line, I get this response: Usage: git credential-osxkeychain When I type any other git command such as git pull then a blank line appears…
CodeSmile
  • 64,284
  • 20
  • 132
  • 217