Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/security-architecture-concept.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: sberyozkin <sberyozkin@gmail.com>
  • Loading branch information
michelle-purcell and sberyozkin committed Apr 13, 2023
1 parent d944c4e commit 435e4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/security-architecture-concept.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ When a client sends an HTTP request, Quarkus Security orchestrates security auth
The sequential security validation process results in one of three outcomes:

* The HTTP request is authenticated and authorized and access to the Quarkus application is granted.
* The HTTP access request is denied and the requester receives a challenge.
* The HTTP request authorization fails and and the requester's access to the Quarkus applicaton is denied

The following diagram steps through the detailed process flow of the Quarkus Security architecture:

Expand Down

0 comments on commit 435e4a7

Please sign in to comment.