Skip to content

Commit

Permalink
SME enhancements to security Getting started docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michelle-purcell committed Jul 29, 2022
1 parent 0fbe64b commit 8759c5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/main/asciidoc/security-getting-started.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ This guide is maintained in the main Quarkus repository
and pull requests should be submitted there:
https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
////
= Secure a Quarkus application with basic authentication and JPA
= Get started with security in Quarkus by using basic authentication

include::./attributes.adoc[]

To help you get started with security in Quarkus, this tutorial demonstrates how you can further secure your Quarkus application endpoints by combining the xref:security-built-in-authentication.adoc#basic-auth[Quarkus built-in basic HTTP authentication] with the JPA identity provider.
`IdentityProvider` verifies the authentication credentials to create a `SecurityIdentity` instance and authorizes a secure connection to the endpoint by using Role Based Access Control (RBAC).
To help you get started with security in Quarkus, this tutorial demonstrates how you can secure your Quarkus application endpoints by combining the xref:security-built-in-authentication.adoc#basic-auth[Quarkus built-in basic HTTP authentication] with the JPA identity provider.
`IdentityProvider` verifies the authentication credentials to create a `SecurityIdentity` instance and authorizes secure access to the endpoint by using Role Based Access Control (RBAC).
[NOTE]
====
Completing these steps ensures that your Quarkus applications are more secure than just configuring users and roles in `application.properties` alone.
Expand Down

0 comments on commit 8759c5b

Please sign in to comment.