Skip to content

Commit

Permalink
Add a note about quarkus-security dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sberyozkin committed Mar 26, 2021
1 parent 7fcb6a5 commit 537b0c3
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/src/main/asciidoc/security-customization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,16 @@ public class SecurityOverrideFilter implements ContainerRequestFilter {
}
----

Please also make sure that `io.quarkus:quarkus-security` dependency is included:

[source,xml]
----
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-security</artifactId>
</dependency>
----

== Disabling Authorization

If you have a good reason to disable the authorization (for example, when testing) then you can register a custom `AuthorizationController`:
Expand Down

0 comments on commit 537b0c3

Please sign in to comment.