diff --git a/docs/src/main/asciidoc/security-oidc-auth0-tutorial.adoc b/docs/src/main/asciidoc/security-oidc-auth0-tutorial.adoc index f06e1d64a799f..89210508b217a 100644 --- a/docs/src/main/asciidoc/security-oidc-auth0-tutorial.adoc +++ b/docs/src/main/asciidoc/security-oidc-auth0-tutorial.adoc @@ -124,7 +124,7 @@ quarkus.oidc.credentials.secret=${client-secret} In completing this step, you have just configured Quarkus to use the domain, client ID, and secret of the `Auth0` application that you created earlier. Setting the property `quarkus.oidc.application-type=web-app` instructs Quarkus to use the OIDC authorization code flow but there are also other methods, which are discussed later on in the tutorial. -Note that you will use Quarkus `devmode` to test the endpoint so the endpoint address will be `http://localhost:8080/hello`. You need to register this address as an allowed callback URL in your `Auth0` application: +The endpoint address will be \http://localhost:8080/hello and you must register this address as an allowed callback URL in your `Auth0` application. image::auth0-allowed-callback.png[Auth0 allowed callback URL]