Skip to content

Commit

Permalink
Merge pull request #40902 from ynojima/patch-21
Browse files Browse the repository at this point in the history
Correct broken markup in the security-customization.adoc
  • Loading branch information
sberyozkin authored May 30, 2024
2 parents ba50144 + 3705b43 commit 6d25d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/security-customization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class CustomAwareJWTAuthMechanism implements HttpAuthenticationMechanism

TIP: The `HttpAuthenticationMechanism` should transform incoming HTTP request with suitable authentication credentials
into an `io.quarkus.security.identity.request.AuthenticationRequest` instance and delegate the authentication to the `io.quarkus.security.identity.IdentityProviderManager`.
Leaving authentication to the `io.quarkus.security.identity.IdentityProvider`s gives you more options for credentials verifications,
Leaving authentication to the ``io.quarkus.security.identity.IdentityProvider``s gives you more options for credentials verifications,
as well as convenient way to perform blocking tasks.
Nevertheless, the `io.quarkus.security.identity.IdentityProvider` can be omitted and the `HttpAuthenticationMechanism` is free to authenticate request on its own in trivial use cases.

Expand Down Expand Up @@ -744,4 +744,4 @@ For that reason, asynchronous processing can have positive effect on performance
* xref:security-overview.adoc[Quarkus Security overview]
* xref:security-architecture.adoc[Quarkus Security architecture]
* xref:security-authentication-mechanisms.adoc#other-supported-authentication-mechanisms[Authentication mechanisms in Quarkus]
* xref:security-identity-providers.adoc[Identity providers]
* xref:security-identity-providers.adoc[Identity providers]

0 comments on commit 6d25d0a

Please sign in to comment.