You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(auth): absolutize relative Keycloak verification URIs in device flow
netcup's Keycloak returns relative verification_uri(_complete) (e.g.
/realms/scp/device), which printed an unusable path. Normalize to absolute
URLs against BASE_HOST and synthesize the complete URL when missing; clearer
login output. Adds a unit test for the normalizer.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments