Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix incorrect oauth example in readme #286

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix incorrect oauth example in readme
The definition of oauth_config in the schemachange-config.yml example within README.md is incorrect.  This causes anyone who copies the example to have issues with oauth authentication until they discover and fix this typo.  This change fixes it in the readme.  See issue #283
herakilla committed Oct 2, 2024
commit 960c09243969598fa3519029d1a74714676263f4
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -340,7 +340,7 @@ dry-run: false
query-tag: 'QUERY_TAG'

# Information for Oauth token requests
oauthconfig:
oauth_config:
# url Where token request are posted to
token-provider-url: 'https://login.microsoftonline.com/{{ env_var('AZURE_ORG_GUID', 'default') }}/oauth2/v2.0/token'
# name of Json entity returned by request