Skip to content

Commit

Permalink
QE fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michelle-purcell committed Nov 16, 2023
1 parent dd74498 commit 0a0c28b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/src/main/asciidoc/security-architecture.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,10 @@ For more information, see the xref:security-customization.adoc#security-identity

== Supported authentication mechanisms

To learn more about security authentication in Quarkus and the supported mechanisms and protocols, see the Quarkus xref:security-authentication-mechanisms.adoc[Authentication mechanisms in Quarkus] guide.
The Quarkus Security framework supports multiple authentication mechanisms, which can also be combined.
Some supported authentication mechanisms are built into Quarkus, while others require you to add an extension.

To learn about security authentication in Quarkus and the supported mechanisms and protocols, see the Quarkus xref:security-authentication-mechanisms.adoc[Authentication mechanisms in Quarkus] guide.

== Proactive authentication

Expand All @@ -67,7 +70,7 @@ For more information, see the Quarkus xref:security-proactive-authentication.ado

== Quarkus Security customization

Quarkus Security is also highly customizable.
Quarkus Security is customizable.
You can customize the following core security components of Quarkus:

* `HttpAuthenticationMechanism`
Expand Down

0 comments on commit 0a0c28b

Please sign in to comment.