Skip to main content

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
0 votes
0 answers
27 views

Running Powershell script using local and Domain Admin credentials

I'm trying to build a script that requires entering admin credentials only once, and runs commands as admin, some of them as the logged on local user. I don't want to enter multiple credentials when ...
Jeremy's user avatar
  • 11
0 votes
1 answer
19 views

Jenkins withcredentials

I have a script which contains git clone, however I saved the credentials using jenkins UI under jenkins credentials so whenever I check out normally I use withcredential, so how can I run the script ...
newjenkinsuser's user avatar
0 votes
0 answers
12 views

Implement Cognito in ELSA

I'm trying to integrate AWS Cognito with my existing ELSA authentication system. I attempted this but encountered issues. Can anyone provide a step-by-step guide or example on how to successfully ...
Zahid Hassan Anik's user avatar
0 votes
0 answers
10 views

Next Auth signout not working in vercel but ok in local

I am using nextAuth for signIn and signout. My problem is that users can signIn properly (for example email:[email protected] pswd:0911111111), but can never signout in vercel, it will only redirect to ...
susanliu's user avatar
-1 votes
1 answer
47 views

Found suspicious codes, extracted login credentials from PNG file! (hacked wp)

Hello guys I hope you are doing well. I'm facing this strange problem and I'd appreciate any given help. Here is the explanation: this morning when I was logging in wp-admin, I saw a warning saying &...
Hattexi's user avatar
1 vote
2 answers
42 views

.NET Core 8 - Flurl not using the current user credentials for the default proxy

I am building a .NET Core 8 app that sends an HTTP request to a REST API using Flurl. When I manually set the proxy with my credentials, it works fine. However, when I don't set my credentials, the ...
Théo Uzan's user avatar
-1 votes
0 answers
17 views

Issues with Custom Credential Provider for Windows Using ICredentialProviderCredential2 Interface

I have developed a custom credential provider for Windows using the ICredentialProviderCredential2 interface. However, I'm encountering issues when trying to log in using this custom method. The Event ...
user13347928's user avatar
0 votes
0 answers
26 views

Error: Could not load the default credentials. Browse to https://cloud.google.com/docs/authentication/getting-started for more information

An error in the title was output in an application running on Google Kubernetes Engine. Specifically, an error occurs because the application does not have permission to access Cloud Storage. ...
酒井祐樹's user avatar
-3 votes
0 answers
32 views

Need to skip Twitter authentication page [closed]

how To access Twitter on behalf of a user without redirecting to the Twitter authentication page? Because I need to access the users account without leaving my website Can anyone help me please ..... ...
Nithiya Priya's user avatar
0 votes
0 answers
38 views

PowerShell is not launching explorer.exe using credentials stored in a .ps1 script - how can I correct the access is denied error that PsExec shows?

It has been a while since I've used PowerShell scripts, but we are trying to automate a process for an older software system in a market that is a few timezones removed from our normal IT crew's ...
KJR's user avatar
  • 1
1 vote
1 answer
34 views

Problem accessing user-specific credentials with withCredentials binding in Jenkins

I have been pulling my hair out for the last couple of days with this.. I know there is a Jenkins bug that may affect this... but really, this hasn't been fixed since 2017?? Also, this worked before, ...
Ville's user avatar
  • 4,236
0 votes
0 answers
58 views

How to import in place vhdx WSL2 from a NAS with User credentials

I currently have a .vhdx file on my NAS of a distribution and I would like to be able to import and run the distribute from the NAS. Where I am currently at: In PowerShell (administrator mode) I have ...
jebarpg's user avatar
  • 71
0 votes
0 answers
28 views

How to implement admin credentials with NextAuth v5 with NextJs 14?

I don't know how to manage providers and callbacks with admin in auth.ts with Nextjs 14, so I searched the official NextAuth v5 documentation at this page : https://authjs.dev/getting-started/...
koalatree's user avatar
  • 125
0 votes
1 answer
44 views

Why does the auth() method of Auth.js return an empty object for user?

I'm using the credentials provider of Auth.js for signing in users to a Next.js app. The sign in is working as calling auth() returns an object once signed in where previously it was null. // not ...
Jim's user avatar
  • 179
0 votes
0 answers
28 views

Failed to update GitLab commit status: No credentials found for credentialsId: xxxxx

Jenkins is using the new credential to fetch the latest changes, but searching for the old credential to accept the merge request. I'm trying to use GitLab with Jenkins. I've checked in my job ...
Asif's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
183