Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
31 views

I am working on integrating Microsoft Authentication into my app. After successfully logging in to a Microsoft account, I am unable to receive the access token. Instead, I encounter the following ...
konda rahul's user avatar
0 votes
0 answers
102 views

I am attempting to establish a VPN connection using a ProcessBuilder in Java. However, the process seems to block, and entering my password has no effect. I am unable to include my username and ...
rilent's user avatar
  • 732
0 votes
0 answers
667 views

This is a spin-off from other post. This command retrieves a password from keepassxc, prints it as stdin to an openconnect (for VPN connection) command, and the process goes to the background. sh -c '...
Miguel's user avatar
  • 356
0 votes
0 answers
226 views

I'm using C# .Net with SuperSimpleTCP Library to make a simple messaging app. The App works just fine in Normal circumstances. But if the client is connected to a VPN(cisco openconnect) Client will ...
Parsa Khatibzadeh's user avatar
3 votes
1 answer
8k views

I configured the ocserv on my Ubuntu server with this specefication in /etc/ocserv/ocserv.conf file: auth = "plain[passwd=/etc/ocserv/ocpasswd]" tcp-port = 443 udp-port = 443 run-as-user = ...
danial's user avatar
  • 157
0 votes
0 answers
885 views

I am trying to use SafeNet eToken 5300 (manufacturerID: Gemalto; model: ID Prime MD) for client certificate authentication in openconnect VPN client. The connection failed. When the SmartCard (...
Pavel's user avatar
  • 1
2 votes
0 answers
1k views

I'm having a RESTful Asp.NET Core/6.0 API, were I'm using an separate Auth-Server with OpenIdDict. My problem is I created two applications one with grant-type Client-credentials (for machine-to-...
chris's user avatar
  • 21
1 vote
1 answer
4k views

I am working on a Flutter app, which uses KeyCloak for Authorization in the backend. Login with username and password is implemented. I want to implement login with Google. Do anyone know, which ...
Naveed Jamali's user avatar
1 vote
0 answers
488 views

I have a problem with openconnect VPN using TPM and certificate. Using certificate file /etc/pki/XXXX/XXXXX.crt Error importing PKCS#11 URL pkcs11:model=SLB9670;manufacturer=Infineon;serial=...
Maxim Panfilov's user avatar
0 votes
1 answer
1k views

connect-script = /app/connect.sh disconnect-script = /app/disconnect.sh I have the above configuration in my ocserv.conf in the docker container, but ocserv fails to execute /app/connect.sh when ...
Iceberg's user avatar
  • 3,560
0 votes
0 answers
28 views

I am using OpenConnect 8.10 on Windows using binaries from https://github.com/horar/openconnect/releases/tag/v8.10 This is the output of openconnect.exe: No server specified Usage: openconnect [...
bers's user avatar
  • 6,299
0 votes
1 answer
2k views

I have 2 different applications: say Application1 and Application2. I have integrated Application2 with keycloak and I am able to login to this application using Keycloak's login page. Now what I want ...
chinnu Nish's user avatar
2 votes
0 answers
3k views

I have a problem with the configuration of ocserv on CentOS 8. When I try to connect, a DTLS handshake problem occurs on the client side: 16:50:51 LIB: DTLS handshake timed out 16:50:51 LIB: DTLS ...
Владимир Филон's user avatar
1 vote
1 answer
4k views

I am receiving this error: /bin/sh: 1: Syntax error: redirection unexpected Traceback (most recent call last): File "vpntest.py", line 24, in <module> output = check_output(...
user avatar
0 votes
1 answer
255 views

I was looking at the OpenIDConnect developer section https://openid.net/developers/certified/. There are multiple sections like: Certified Relying Party Libraries Certified Relying Party Servers and ...
Ganesh R.'s user avatar
  • 4,395
0 votes
1 answer
348 views

When i follow instructions here, i get this error when running latest instruction that is "make": make[1]: Entering directory '/home/fasegiar/Downloads/openconnect-8.08' CC libopenconnect_la-...
Armel Gildas Fagbedji's user avatar
2 votes
0 answers
360 views

As I know there no API to support PPTP or L2TP connections inside android, so I switched to using openconnect (ocserv). Is there any VpnService or API to connect to ocserv using Android? I tried the ...
Arrowsome's user avatar
  • 2,889
3 votes
0 answers
1k views

When I connect to a VPN using open connect, the docker containers that run afterwards have the ability to use DNS but the host machine itself does not. If I look at the contents of /etc/resolv.conf ...
EddieL434's user avatar
0 votes
1 answer
430 views

I’ve recently started using the nix package manager as a single user install (non-daemon). I’m wondering how to configure openconnect and preferably with vpn-slice, a vpnc-script replacement for easy ...
ldeck's user avatar
  • 237
0 votes
2 answers
1k views

I created an application for achieving all OAUTH2 grant types such as (Password grant. Client Credentials and Authorization type grant flow). But, now i want to switch authorization type grant flow ...
Mohamed Bilal's user avatar
1 vote
2 answers
878 views

I’m new to nix and would like to be able to install openconnect with it. Darwin seems to be unsupported at this time via nix, though it can be installed with either brew or macports. I’ve tried ...
ldeck's user avatar
  • 237
-3 votes
1 answer
581 views

I want to build a Web API with following features: Support OAuthv2 authentication Can be accessed by multiple clients Can restrict which client has access to which API method (like some XML file ...
Quest's user avatar
  • 454
1 vote
1 answer
2k views

I'm trying to get my Continuous Delivery working and subsequently uploading binaries to a company server, which is only accessible through VPN connection. The problem is, every single time I try it, ...
Eenoku's user avatar
  • 3,007
0 votes
2 answers
1k views

I have a bash script that invokes openconnect, which then turns around and reads 4 lines from stdin. These are (in order): group, password, authentication type, and one-time passcode. I can ...
Adam Becker's user avatar
5 votes
2 answers
8k views

I don't understand the 1 part. For example, I have a website asdf.com and use google OP, so I have a login with google button with a link(something like https://account.google.com/XXX?return_url=asdf....
Sato's user avatar
  • 8,680