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
0
votes
1 answer

Passing credentials from ASP.NET C# to another web service

I have a one page ASP.NET 4.0 C# script running. In debug mode my script works just fine but when I publish it, it seems like it is not sending the credentials when making the WebRequest. The following is the code I am using, I have tried a bunch of…
nGX
  • 1,038
  • 1
  • 20
  • 40
0
votes
1 answer

How to prevent the password from appearing in plaintext in the history of a running build?

I use a type=password for a dynamic element (used to enter the user's password, which is then used by the ansible for configuration) to hide the entered password from the parameters and it is hidden, however, if you go into the parameters of an…
rensar
  • 11
  • 3
0
votes
1 answer

Safe storage of API-Keys in a Google Cloud Function

I am looking for a safe method of storing an api-key, that is being used inside a Google cloud function. Process: I am using Monday.com to create a webhook, to call the Google cloud functions Entry Point. From here, i am using access tokens created…
0
votes
1 answer

How to obfuscate an OAUTH fetch request credentials as much as possible?

Disclaimer : This is a conceptual/design question, but please I hope that the community will be open minded enough to let me post it, I've been struggling with this idea for a long time myself, and would really appreciate some experienced external…
Segfault
  • 65
  • 7
0
votes
0 answers

Drop down Menu, in Next-Auth's CredentialsProvider()

I'm implementing the "CredentialsProvider" from Next-Auth, so far I've see examples where I can only add text fields in it like 'usernames' and 'passwords'. Is it possible to add a 'Menu list' kind of thing? Which will basically give us some options…
0
votes
0 answers

Next-auth in Next13 app router returns unexpected responses on signIn

Using Next-Auth in Next13 app router behavios unexpectedly. I used "next": "13.4.13", "next-auth": "^4.23.1", in my projext for authentication. I uses credentials provider for signin and on sucessfull signin using username and password the signin…
0
votes
0 answers

powershell "The AWS Access Key Id you provided does not exist in our records" when using write-s3Object

Had some code similar to this: Install-Module -Name AWS.Tools.Installer Install-AWSToolsModule AWS.Tools.EC2,AWS.Tools.S3 -CleanUp Set-AWSCredential ` -AccessKey ---- ` -SecretKey --- ` -StoreAs default Write-S3Object…
aids
  • 19
  • 3
0
votes
1 answer

Manage "secret file" Jenkins credentials using XML files

I would like to manage the "secret file" Jenkins credentials using XML files as described in this thread's comment, but the resulting credential is not readable by my pipeline. I create the XML file as…
0
votes
0 answers

When user registers, his credentials don't show up in DB

I created register.jsp file and a corresponding java RegisterCommand class. Inside it I tried to organise the logic, however when users types their credentials, they don't show up in my Postgres DB String userEmail =…
0
votes
0 answers

can't get the shared cookies from 1 node service to another node backend service using sessionstore

i'm currently developing: (data distribution service) a backend service that can store and distribute data (product data, transaction data, etc); (credential service) a backend service that handles user credential so here is the flow: user send…
0
votes
0 answers

Attempting export to s3 on RDS Postgres 13.10 always results in error "credentials stored with the database cluster can’t be accessed"

I have a production PostgreSQL RDS instance that has been running for over a year. There is a daily job that exports some data to S3 using the aws_s3 extension. Recently a few jobs using the aws_s3 extension in Postgres started failing. I fiddled…
meva
  • 862
  • 2
  • 8
  • 11
0
votes
0 answers

How to forward user credentials through a public API to a credential protected API

The setup is the following: Public API Entry point for users of a public website. Endpoints are all public and reachable without credentials Handles easy request (country completion etc.) itself, all other requests are forward to the Business…
func0der
  • 2,192
  • 1
  • 19
  • 29
0
votes
1 answer

AWS PHP SDK - Assuming role from different account gives "Error in retrieving assume role credentials."

I have AWS Account 1 with the following role ARN: arn:aws:iam::534953367916:role/role3 and the following trust policy for the role (in which I have entered Account 2 user ARN as principal): { "Version": "2012-10-17", "Statement": [ …
stubborn
  • 180
  • 1
  • 4
  • 14
0
votes
0 answers

Jenkins - Keeper Vault Integration into Jenkins Pipeline

Getting issue in fetching credentials from keeper while running the pipeline - job running for long time. -- already added one-time key to jenkins credentials script used here : " def COLOR_MAP = [ 'SUCCESS': 'good', 'FAILURE': 'danger', …
0
votes
0 answers

Whre can I find the 'envirnoment id' and 'collection id' on the Watson Discvoery tool?

I am trying to do some tests with IBM Watson Discovery but I need som info as the 'envirnoment ID' and the 'collection ID', but I can't find it anywhere. Does anyone now? Thank you I have tried through the IBM ckoud dashboard where I can only find…
1 2 3
99
100