Pregunta de entrevista de American Airlines

How would you implement authentication and authorization in a Spring Boot application?

Respuesta de la entrevista

Anónimo

29 de may de 2025

I explained how to use Spring Security for authentication, including configuring WebSecurityConfigurerAdapter, using in-memory or database-backed users, and integrating with OAuth2 or JWT for secure token-based authorization.