Skip to content

Commit

Permalink
Fix a link to Getting Started with Security doc
Browse files Browse the repository at this point in the history
(cherry picked from commit 96b784d)
  • Loading branch information
sberyozkin authored and gsmet committed Nov 1, 2022
1 parent 0ec6813 commit 89052d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Quarkus Security is a framework that provides the architecture, multiple authent
Before you start building security into your Quarkus applications, review the overview information to learn about the Quarkus Security architecture and the different authentication and authorization mechanisms that Quarkus supports.

To get started with security in Quarkus, we recommend that you first combine the Quarkus built-in xref:security-basic-auth-concept.adoc[Basic HTTP authentication] with the JPA identity provider to enable role-based access control (RBAC).
Complete the steps in the ref:security-getting-started.adoc[Secure a Quarkus application with Basic authentication] tutorial.
Complete the steps in the xref:security-getting-started.adoc[Secure a Quarkus application with Basic authentication] tutorial.
After you have successfully secured your Quarkus application with basic HTTP authentication, you can increase the security further by adding more advanced authentication mechanisms, for example, OpenID Connect (OIDC) authentication.

== Security architecture
Expand Down Expand Up @@ -439,4 +439,4 @@ You can adjust the expiry date if you need to.
== Quarkus Security testing

When testing Quarkus security, ensure that your `IdentityProvider` is already set with usernames, passwords, and roles in `application.properties`.
For more information about testing Quarkus Security, see xref:security-testing.adoc#configuring-user-information[Configuring user information].
For more information about testing Quarkus Security, see xref:security-testing.adoc#configuring-user-information[Configuring user information].

0 comments on commit 89052d9

Please sign in to comment.