In Spring Boot, the _____ annotation is used to enable OAuth2 Authorization Server capabilities.

  • @EnableAuthorizationServer
  • @EnableOAuth2Authorization
  • @EnableOAuth2Server
  • @EnableSecurity
In Spring Boot, the @EnableAuthorizationServer annotation is used to enable OAuth2 Authorization Server capabilities. It allows the application to act as an OAuth2 authorization server, handling client registration, token issuance, and other authorization-related tasks.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *