Category "credentials"

Keycloak: HTTP request with Client Credentials always returns 'login' page

We're developing spring boot service and we managed to setup an OAuth2 with Keycloak and Google as OpenID provider. This works fine in a browser. Now, I need to

Connect to Wildfly Elytron's Credential Store with Masked Password

I have a credential store that I created with Elytron's tool giving a clear text password: "mypassword". In my Java program I can connect to the store with the

Spring Security 5 sha256 encoder

I have a problem with Spring Security 5 Basic authentication. I've configured Spring like this: @Configuration public class SecurityConfig extends WebS

OAuth clarification

I've followed a training in Go as an introduction to microservices architecture a while ago. Getting back to this project I realise that I need more context as

Storing secrets and credentials securely in GitLab

I am wondering if it's possible to store credentials like passwords, tokens and keys safely in my GitLab project. Currently there are a bunch of Java files wit

Confused about which type of OAuth2 flow to implement for our web app to web app communication

We have a small .NET MVC legacy website that we are trying to implement OAuth2 for. Here's how it currently works: The website has no user accounts. So, no logi

AWS CognitoIdentityCredentials has credentials, but fails to get values

I'd like to get a secret key and access key ID as a cognito license. cognitoUser.authenticateUser(authenticationDetails, { onSuccess: function (result) {

How can I add Windows Credentials to Credentials Manager on Windows programmatically?

I have looked at this question's selected answer, Retrieve Credentials from Windows Credentials Store using C#, which uses the CredentialManagement NuGet packag

How to force 'docker login' command to ignore existing credentials helper?

I have a system where I'm trying to run the docker logincommand, it is a headless linux system, but unfortunately only the Docker Credentials Helper docker-cred

How can I save username and password in Git?

I want to use a push and pull automatically in Git Extensions, Sourcetree or any other Git GUI without entering my username and password in a prompt, every time

What is the default user and password for elasticsearch?

I have installed Elastic with Docker: docker run -p 9200:9200 \ -p 9300:9300 \ -e "discovery.type=single-node" \ docker.elast

How can I get a Google Ads API Developer Token

By current Google documentation it's in the "TOOLS & SETTINGS > SETUP > API Center" but now "SETUP > API Center" is not there. What is the current

create jenkins ssh username with private key credential via rest xml api

Basically, I am trying to create a credential on jenkins via Rest API. Using xml data below: <?xml version='1.0' encoding='UTF-8'?> <com.cloudbees.jen