Skip to content

Commit

Permalink
Update docs/src/main/asciidoc/security-oidc-auth0-tutorial.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
sberyozkin authored Sep 27, 2023
1 parent 770b501 commit 701a93f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/security-oidc-auth0-tutorial.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 701a93f

Please sign in to comment.