Questions tagged [token]
The token tag has no summary.
33 questions
0 votes
1 answer
162 views
Kerberos authentication using PKINIT: Best practices for storing client certificates
When using PKINIT there is a client certificate. What are the best practices for storage and exchange? Is using some form of smart card or some encrypted wallet on a USB stick, where the user is ...
0 votes
1 answer
366 views
How can I change the validity duration of a token obtained with `az account get-access-token`?
I use a token obtained with az account get-access-token to deploy finetuned GPTs on Azure, update them (e.g., changing their max hit rate) or remove them. I read on https://learn.microsoft.com/en-us/...
0 votes
0 answers
51 views
"Unauthorized: No token provided")
Hi I just have this small problem i'm trying to create a workout website that basically nothing or needs is meant to work until the user authenticated yeah so l've l've created everything. l've done ...
0 votes
1 answer
2k views
Having trouble authenticating with vault using kubernetes auth: Permission denied
I'm not sure what I'm doing wrong, but after following the documentation for setting up kubernetes auth with vault, it doesn't seem to work. My steps for setting up vault are as follows: # install ...
0 votes
0 answers
1k views
Safenet authentication client not detecting safenet token in vmware virtual machin
I am trying to add a safenet token to a vmware esxi vm. The token device is showing in device list of windows. but safenet authentication client tool is showing no token is connected. Now need to know ...
6 votes
1 answer
2k views
What's the largest string OpenSSH can expand from a % token?
Instead of a traditional authorized_keys file on my server, I'm using a custom key verifier which sshd calls via the AuthorizedKeysCommand option. In the sshd_config, I can specify that this command ...
0 votes
1 answer
742 views
Trying to start script but keep getting error syntax error near unexpected token `stop'
#!/bin/bash # case “$1” in start) echo -n “Starting Queue Manager” /opt/mqm/bin/strmqm QMPROD1 sleep 10 echo -n “Started Queue Manager” # ...
0 votes
1 answer
937 views
Docker Hub login with Personal Access Token fails
Windows 11 hub.docker.com I setup Two-Factor Authentication and generated Personal Access Token (PAT) Docker Desktop is running. cmd.exe docker login --username <email for my account> Password: ...
2 votes
1 answer
4k views
Login to HashiCorp Vault with Kubernetes Auth from Pod with Vault CLI
TL;DR: What is the proper way to login from Vault CLI in a Kubernetes Pod using the Kubernetes Auth Method. I want to create regular snapshots from my HashiCorp Vault raft storage. So I created a ...
3 votes
2 answers
5k views
Teamcity Versioned Settings: how to make use of Tokens
When storing configuration in VCS as Kotlin DSL, you're not supposed to hard code passwords and tokens, instead the "Tokens" should be used. The problem is, it's not documented properly. Let'...
0 votes
1 answer
627 views
Ansible: clone repo or install helm chart from private github
Any idea how to install Helm chart (tgz) from private Github repo using Ansible? Is it possible at all to do this using Github token only and not ssh key or maybe it is easier to clone private git ...
0 votes
0 answers
809 views
HCL Domino: how to drop users logged in with LtpaToken
We are running a Domino server (V 10.0.1 FP3) hosting a number of Xpages applications. Apart from the admins all users are accessing those application through http only (i.e., no nrpc / Notes client ...
5 votes
3 answers
6k views
Is there a way to setup oAuth with Openvpn or wireguard?
I'm looking to build a set of services that require a single sign on. Basically, you login to my oAuth provider, and you have access to an openvpn connection(or wireguard) and a website, without ...
4 votes
1 answer
4k views
OAUTH / OIDC - Client auth using a signed JWT instead of a secret
I'm sending out the signal flare after exhausting my search efforts. I feel I'm real close to getting this working but hit the wall. Below details an example of what I'm trying to accomplish and the ...
1 vote
2 answers
5k views
ONLYOFFICE - JWS secret doesn't work (can connect without)
I'm running ONLYOFFICE Document Server under an https:// vhost on nginx on Ubuntu Server 18.04 LTS. It's reachable at onlyoffice.example.com and I also have a Nextcloud instance at nextcloud.example....
3 votes
1 answer
2k views
ADFS: Convert SAML Assertion to OAuth Token?
We have Microsoft Active Directory Federation Services (ADFS) as our authentication/federation provider. We use it for performing identity federation via SAML to several external vendors, SaaS ...
0 votes
2 answers
509 views
AWS access token for user assuming role
How to have access token per user assuming a role in another account? I have users which have an Access Token on the root account. They have access to another account (dev) through assumed role. I'm ...
0 votes
1 answer
3k views
"Can't authenticate you" when trying to run a DigitalOcean API command
I tried to run this command for rebuilding my droplet: curl -X POST "https://api.digitalocean.com/v2/droplets/MY_DROPLET_ID/actions" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer ...
0 votes
0 answers
291 views
Token slot_id order changes when restarting
Hello and thanks for taking the time to read this. Issue: I have 4 token devices with the same model and the same name, I rely on the slot id (and the serial) to identify wich one to use. After 5 ...
2 votes
1 answer
2k views
How do OAuth servers deal with a `refresh_token` requested multiple times?
In the OAuth2 authentication process refresh tokens should be used only once. When the refresh_token is used it will return a new access_token and a new refresh_token. This is also in the RFC6819 spec:...
0 votes
1 answer
685 views
Why are SQL Server 2012 tokens are not expanding when used in agent jobs?
I am trying to use tokens in my SQL Server agent jobs as described here, but some of the tokens are not working as I expect. When running an agent job, the tokens which are supposed to expand to ...
2 votes
0 answers
61 views
Protect cached content in apache
I'm facing an issue where I have some cached contents in a disk and I want to protect it with a token url. I can protect my files via htaccess, once they are not cached (direct access), but now I ...
1 vote
1 answer
818 views
Use a physical cryptographic token with OpenVPN community (free) version
I am currently setting up OpenVPN to provide company access to multiple clients. Our requirement is to use certificates, password protect the client keys, as well as using dual factor (MFA) ...
0 votes
1 answer
580 views
how to configure logging on using USB token windows server 2008 R2
I have a USB token, and I want clients to use their token to log on to domain, I followed the steps from here a brief definition of what I have done yet: after installing domain and CA-server, I ...
0 votes
1 answer
154 views
Identifying cause of Software opening hundreds of thousands of handles
I have a user running the latest public revision of IBM Notes (853FP4 per correction below) on a Windows 7 Pro OA installation. Under his profile and only his, when the software is run, the software ...
5 votes
3 answers
3k views
Are OTP/OATH (RFC 4226) Hardware Tokens Re-seedable?
We set up a two-factor authentication system that uses Google Authenticator to use OTP via mobile phone apps. Some of our users however don't have smart phones so we want to be able to use hardware ...
0 votes
2 answers
620 views
command line tool to extract a token out of stdin stream?
I've been using this perl script to get a token out of stream on command line 1 #!/usr/bin/perl 2 3 $i = $ARGV[0]; 4 5 while (<STDIN>) { 6 @tokens = split /\s+/; 7 print $...
8 votes
4 answers
15k views
Use standard USB flash disk as security token
We want our users in company to login their computers by using their USB Flash Disks or something else. Is there a way to achieve this without buying a USB token from a company ?
3 votes
1 answer
419 views
Win7 UAC tokens
It is known that under win7 UAC you receive 2 tokens when you logon to the system: std user token and admin token. If I disable UAC, what should I get? only admin token? or still both with no ...
1 vote
1 answer
283 views
Solaris compatible smart card / token
I'm looking for a smart card (+reader) and (or) usb token compatible with Solaris 10 x86 and OpenSolaris. Can someone suggest?
3 votes
5 answers
2k views
Are token-ring networks still in use? What products are available?
I'm looking for some materials on current usage of token-ring network? Is there any token-ring device in the market? If there is, what are the names?
0 votes
2 answers
2k views
Using tokens with SSL VPN
Could somebody explain how tokens fit into the VPN world? We currently use Citrix XenApp as our remote access solution and it works very well. But we're considering adding an additional layer of ...
1 vote
5 answers
400 views
Which multi-factor access tokens are most suitable for use in an enterprise network?
I am interested in exploring all of the options to enable multi-factor domain authentication on an Active Directory network. I exclude no technologies from this question however I do prefer simpler ...