Commit a530743
Fix QR code login URL missing /device path segment for OIDC+tunnel flow
The QR code encoded .../auth/ui{authorityPath} which points to realm
metadata, not the device verification page. AuthConfigController builds
verification_uri as .../auth/ui{authorityPath}/device, so align the QR
URL to match so mobile scans land on the correct login endpoint.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4bfffed commit a530743
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
766 | 766 | | |
767 | 767 | | |
768 | 768 | | |
769 | | - | |
| 769 | + | |
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
| |||
0 commit comments