Skip to content

Commit

Permalink
use API_IDENTIFIER in application.yml example
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Oct 24, 2023
1 parent 40af7fa commit 7638a1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ okta:
# Replace with the domain of your Auth0 tenant.
issuer: https://{DOMAIN}/
# Replace with the API Identifier for your Auth0 API.
audience: {AUDIENCE}
audience: {API_IDENTIFIER}
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ okta:
# Replace with the domain of your Auth0 tenant.
issuer: https://{DOMAIN}/
# Replace with the API Identifier for your Auth0 API.
audience: {AUDIENCE}
audience: {API_IDENTIFIER}

0 comments on commit 7638a1f

Please sign in to comment.