ServiceNow: add OAuth 2.0 User Consent Auth flow, reorder & unify con…#1095
Merged
Sudheer2137 merged 2 commits intoJul 9, 2026
Merged
Conversation
…nector guide Add a new "OAuth 2.0 Authorization Code (User Consent Auth)" section to the ServiceNow connector guide, covering OAuth app registration, Moveworks HTTP connector setup, and end-to-end token validation, with 14 screenshots. Also unify the whole guide: - Reorder auth methods: Authorization Code (UCA) -> Client Credentials (System Integration User) -> Basic Auth -> Webhook Connection - Fix the Introduction links and align section headers with their anchors (#oauth-2-0-authorization-code, #oauth-2-0-with-client-credentials, #basic-auth, #webhook-connection) - Retitle the existing OAuth section as "OAuth 2.0 with Client Credentials" - Fix duplicate "Step 3" numbering in the OAuth section - Minor cleanups (SAP -> ServiceNow typo, stray double spaces, bold-in-headers) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Changes to connectors/servicenow/README.md can be viewed at https://marketplace.moveworks.com/connectors/servicenow?commit_id=1b91003cebd943ea80bc58b76ac72bfed4997249; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…nector guide
Add a new "OAuth 2.0 Authorization Code (User Consent Auth)" section to the ServiceNow connector guide, covering OAuth app registration, Moveworks HTTP connector setup, and end-to-end token validation, with 14 screenshots.
Also unify the whole guide: