When configuring OAuth2 Resource Server in Spring Boot, the _____ property is used to specify the location of the public key for verifying JWT signatures.

  • public_key_location
  • jwt_signing_key
  • token_verifier
  • security_policy
When configuring an OAuth2 Resource Server in Spring Boot, the public_key_location property is used to specify the location of the public key for verifying JWT signatures. This key is essential for validating the authenticity and integrity of JWT tokens used for authentication and authorization. The other options are not typically used for specifying the public key location.
Add your answer
Loading...

Leave a comment

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