From 4429b50c1aca97ac6dc22b0d62039a775b633c33 Mon Sep 17 00:00:00 2001 From: Sergey Beryozkin Date: Tue, 26 Sep 2023 21:44:56 +0100 Subject: [PATCH] Update docs/src/main/asciidoc/security-oidc-auth0-tutorial.adoc Co-authored-by: Michelle Purcell <92924207+michelle-purcell@users.noreply.github.com> --- docs/src/main/asciidoc/security-oidc-auth0-tutorial.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/security-oidc-auth0-tutorial.adoc b/docs/src/main/asciidoc/security-oidc-auth0-tutorial.adoc index a0488320b2829..61fe6ceb63db4 100644 --- a/docs/src/main/asciidoc/security-oidc-auth0-tutorial.adoc +++ b/docs/src/main/asciidoc/security-oidc-auth0-tutorial.adoc @@ -10,7 +10,7 @@ With Quarkus, you can easily configure OIDC providers such as link:https://www.k Learn how to use the Quarkus OpenID Connect extension (`quarkus-oidc`) together with the https://auth0.com/docs/[Auth0] OIDC provider to protect your API endpoints. -== Create Auth0 application +== Create an Auth0 application Start with creating an `Auth0` application in the `Auth0` dashboard, for example, lets create a `QuarkusAuth0` web application: