Stefan Reisenbauer

Results 8 comments of Stefan Reisenbauer

this helps: docker run **--cap-add=SYS_ADMIN** -t -i nodeos/nodeos

> This PR is not merged yet. Hi Thomas, is there any eta for merging this PR?

@h4ckilles it is indeed already working, you have to be very carefull with the http-headers (content-type). **Running Version:** 2.10.22-e44910d-1721658299 **Configuration of the Integration:** ![Screenshot 2024-08-25 at 10 05 27](https://github.com/user-attachments/assets/00ed00ec-2c8f-40c6-8923-40e384bace7e) **Curl...

Hey @h4ckilles, probably found your issue: ``` - hosts: localhost gather_facts: true connection: local vars_files: - ./credentials.yml tasks: - name : debug env var ansible.builtin.debug: msg: "{{ lookup('ansible.builtin.env', '{{OS_TYPE}}') }}"...

@h4ckilles glad you got it working :-)

Hi, just use the **preferred_username** claim, this is supported by rdpgw: [#oidc.go#102](https://github.com/bolkedebruin/rdpgw/blob/10722d7105f5cdf4d9d5aaae390af6e0e5c3308b/cmd/rdpgw/web/oidc.go#L102)

Nope, just add a custom claim in your OpenOTP Server, which has sets the correct value in one of this fields: - preferred_username - unique_name - upn - username After...

Hi Johann, you did'nt enable any authentication form at all, take a look at this working config: ``` Server: Authentication: - openid Port: 80 GatewayAddress: remote-rdpgw.foo-bar.com Tls: disable sessionkey: rAtvBUuHV2b2rz2UKxUWZUbw8UGK6pZL...