The _____ endpoint in OAuth2 is used by the client to obtain an access token.
- /access
- /auth
- /authorize
- /token
In OAuth2, the /token endpoint is used by the client to obtain an access token. The client exchanges its credentials or authorization code for an access token at this endpoint, allowing it to access protected resources on behalf of the user.
Loading...
Related Quiz
- In a Spring Boot application, the HTTP request body can be deserialized using the _____ annotation.
- Explain how to secure service-to-service communication in a Spring Cloud environment using Spring Security.
- In Spring Security, how can you implement method-level security annotations?
- In Spring Data JPA, the _____ is responsible for managing transaction boundaries during the execution of a method annotated with @Transactional.
- How can you handle validation errors globally across the application in a centralized manner?