mirror of
https://github.com/openziti/ziti.git
synced 2026-09-25 03:42:38 +00:00
25dda7f994
fixes #3437 adds error response for token update if API Session IDs do not match - updates all token updates to add structured errors - added an upfront API Session ID check on token updates in order to provide an error adds fix for #3444 ensure api session types are checked to avoid nil ref Identities may have mixed authentication modes if the credentials are being shared. While not recommended, it is possible. This can cause situations where API Session are not of a uniform type. During token updates for OIDC, legacy API Sessions must be ignored. - ignores legacy API Sessions during token update for a specific identity - adds error messages for unlikely scenarios that indicate systemic failures