SSO 인증을 통해 여러 내부 애플리케이션의 로그인 시스템을 통합하는 방법에 대한 기사를 다룹니다.
이 글에서는 여러 내부 애플리케이션의 로그인 시스템을 중앙 집중화하기 위한 SSO 인증 아키텍처를 설명합니다. 각 애플리케이션에 아이솔레이션된 로그인 시스템이 생기면서 사용자가 겪는 어려움을 해결하고자 합니다. 이 과정에서 두 가지 주요 접근 방식, 즉 OAuth2/OIDC 스타일과 Shared Wildcard 방식 간의 비교도 포함됩니다.
The article discusses how to centralize login systems for multiple internal applications using SSO authentication.
This article outlines the architecture for centralizing login systems across various internal applications through SSO authentication. It addresses the challenges faced by users due to isolated login systems for each application. The article also compares two main approaches: Full Token Callback Flow (OAuth2/OIDC style) and Shared Wildcard.