mirror of
https://github.com/openziti/ziti.git
synced 2026-09-10 16:55:41 +00:00
82e9870cd6
* fixes #3806 expose OpenZiti endpoints in OIDC discovery document - adds vendor-specific "openziti_endpoints" field to the /.well-known/openid-configuration response - overrides Discovery() on the OIDC server to wrap the standard config with OpenZiti login and MFA endpoint URLs - advertises password, cert, ext-jwt, totp, totp enrollment, and auth query endpoints as absolute URLs derived from the issuer - adds integration test verifying all openziti_endpoints fields - adds dual-server integration test confirming endpoint URLs reflect the correct issuer when edge-oidc is hosted on multiple bind points * changelog