vault backup: 2026-04-30 16:08:50

This commit is contained in:
Vadym Samoilenko 2026-04-30 16:08:50 +01:00
parent c4227c42bb
commit 08db162c50

View file

@ -242,3 +242,6 @@ tags: [daily]
- 16:04 (2min) | `video-accessibility`
- **Asked:** Check SSO configuration in the project to verify if it's correctly set up for Azure Single Page Application flow.
- **Done:** Analyzed SSO architecture and confirmed the implementation correctly uses browser-based token exchange with PKCE flow, backend verification via Microsoft JWKS, and httpOnly cookie response.
- 16:07 | `video-accessibility`
- **Asked:** Check SSO configuration and diagnose why authentication endpoints return 404 errors.
- **Done:** Identified that Apache proxy configuration is likely not activated on the deployment server, causing API requests to fail.