Hiya
I have a pretty unremarkable ziti cluster with 3 controllers.
I've generated identities, and when I attempt to add these identities to ZDE clients, they hit an OIDC error.
I haven't configured OIDC in any way at all
web:
- name: public
bindPoints:
- interface: 0.0.0.0:1280
address: 01.some.domain.com:1280
- interface: 0.0.0.0:10080
address: 01.some.domain.com:10080
options:
idleTimeout: 5000ms
readTimeout: 5000ms
writeTimeout: 100000ms
minTLSVersion: TLS1.2
maxTLSVersion: TLS1.3
apis:
- binding: zac
options:
location: /etc/ziti/controller/zac
indexFile: index.html
- binding: edge-management
options:
sessionTimeout: 30m
- binding: health-checks
options: {}
- binding: fabric
options: {}
- binding: edge-client
options: {}
I was running 1.6.3 originally, but dropped back to 1.5.4, but same same
Has anyone seen this? Any ideas? I see other posts relating to this, but nothing specific
tia!