From 08db162c5004e2d35a6da7bb871af14c5058970c Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Thu, 30 Apr 2026 16:08:50 +0100 Subject: [PATCH] vault backup: 2026-04-30 16:08:50 --- 99 Daily/2026-04-30.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/99 Daily/2026-04-30.md b/99 Daily/2026-04-30.md index 01d1f14..c5a4e65 100644 --- a/99 Daily/2026-04-30.md +++ b/99 Daily/2026-04-30.md @@ -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.