Uploaded image for project: 'Quarkus'
  1. Quarkus
  2. QUARKUS-5554

Log in smallrye-jwt and oauth2 extensions when no bearer access token is available

      If the endpoint is secured by a bearer access token verification mechanism then, when no token is provided, a debug log message should inform users about it.
      It is already done in `quarkus-oidc` [here](https://github.com/quarkusio/quarkus/blob/main/extensions/oidc/runtime/src/main/java/io/quarkus/oidc/runtime/BearerAuthenticationMechanism.java#L30).
      But `quarkus-smallrye-jwt` does not log the same message, so this PR adds it there as well.

              Unassigned Unassigned
              blafond Barry LaFond
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: