Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/security-authentication-mechanisms.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Michal Vavřík <43821672+michalvavrik@users.noreply.github.com>
  • Loading branch information
sberyozkin and michalvavrik committed Apr 1, 2024
1 parent 7e25588 commit 5d4fe62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ The information from the client certificate can be used to add roles to Quarkus
You can add new roles to `SecurityIdentity` after checking a client certificate's common name(CN) attribute.
The easiest way to do is to use a certificate attribute to role mapping feature.

For example, you can update the properties shown in the section which inroduces <<mutual-tls>> as follows:
For example, you can update the properties shown in the section which introduces <<mutual-tls>> as follows:

Check warning on line 280 in docs/src/main/asciidoc/security-authentication-mechanisms.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.TermsSuggestions] Depending on the context, consider using ', which (non restrictive clause preceded by a comma)' or 'that (restrictive clause without a comma)' rather than 'which'. Raw Output: {"message": "[Quarkus.TermsSuggestions] Depending on the context, consider using ', which (non restrictive clause preceded by a comma)' or 'that (restrictive clause without a comma)' rather than 'which'.", "location": {"path": "docs/src/main/asciidoc/security-authentication-mechanisms.adoc", "range": {"start": {"line": 280, "column": 64}}}, "severity": "INFO"}

[source,properties]
----
Expand Down

0 comments on commit 5d4fe62

Please sign in to comment.