아직도 모바일 앱이나 SPA(Single Page Application)에서 client_secret 을 하드코딩하거나, 보안이 취약한 Implicit Flow를 사용하고 있다면 당장 멈춰야 한다. 당신의 인가 코드(Authorization Code)는 가로채질 위험에 처해 있다. OAuth 2.1 초안부터 모든 클라이언트에게 필수로 권장되는 PKCE(…
If you are building a mobile app or a Single Page Application (SPA) using standard OAuth 2.0, you are likely vulnerable to an Authorization Code Interception Attack . A malicious app installed on a …
Si estás implementando OAuth 2.0 en una aplicación móvil o SPA (Single Page Application) y confías únicamente en el Authorization Code Flow estándar, tienes una puerta trasera abierta . Un atacant…