Authentication Flow Complexity in APEX Enterprise SSO Contexts
Keywords:
APEX SSO, authentication flow, session continuityAbstract
Authentication flow design in Oracle APEX applications deployed under enterprise Single Sign-On
(SSO) frameworks introduces layered session control behaviors that influence both user experience
and system performance. This study analyzes how navigation structure, workflow sequencing,
external service interactions, and adaptive access logic contribute to authentication flow complexity in
APEX-based environments. By comparing multiple workflow patterns and observing session
continuity across distributed interaction sequences, the results show that authentication overhead rises
significantly in redirect-heavy and branching navigation models, whereas modal and wizard-style
workflows maintain more stable token continuity. The study also highlights how external identity
dependent service calls introduce additional verification steps, affecting response times under
concurrent usage. Overall, the findings emphasize that authentication stability depends not only on
identity provider configuration but also on application workflow architecture, offering guidance for
designing scalable and resilient APEX SSO deployments.