Skip to content

Commit 983a78d

Browse files
[skip ci] Updates
1 parent d435b34 commit 983a78d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

api-reference/authentication/getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ <h1 id="getting-started">Getting Started</h1>
12971297

12981298
<p>The SAP Concur OAuth2 framework is a very simple way to implement a Unified Token Authentication mechanism within your application. Here is a four step guide to helping you get up to speed and making calls to a SAP Concur API.</p>
12991299

1300-
<p>Sample code that demonstrates how to obtain your refresh token, automate its management, and use it to get an access token to call an API can be found at our <a href="https://github.com/SAP-samples/concur-api-sample-code">sample code GitHub repository</a>. We also have tutorials available so you can try this yourself in the <a href="/api-explorer/">Integration Guides</a> section of the site.</p>
1300+
<p>Sample code that demonstrates how to obtain your refresh token, automate its management, and use it to get an access token to call an API can be found at our <a href="https://github.com/SAP-samples/concur-api-sample-code">sample code GitHub repository</a>. We also have tutorials available so you can try this yourself in the <a href="/api-guides/">Integration Guides</a> section of the site.</p>
13011301

13021302
<h2 id="obtain-your-application-clientid-and-clientsecret-">Obtain Your Application clientID and clientSecret <a name="obtain-clientID"></a></h2>
13031303
<p>Before you can obtain an <code class="language-plaintext highlighter-rouge">accessToken</code>, you need to register an application with SAP Concur. You can do this by contacting your Partner Enablement Manager or Partner Account Manager. Once you have registered an application, you will receive a <code class="language-plaintext highlighter-rouge">clientId</code>, <code class="language-plaintext highlighter-rouge">clientSecret</code> and <code class="language-plaintext highlighter-rouge">geolocation</code>. The <code class="language-plaintext highlighter-rouge">clientId</code> is a unique UUID4 identifier for your application, and the <code class="language-plaintext highlighter-rouge">clientSecret</code> is your application’s password. You will be using this credential to obtain tokens either for the application itself, or on behalf of a user. The <code class="language-plaintext highlighter-rouge">geolocation</code> is your default base URI for initiating all new connections.</p>

feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<description>Concur docs provides comprehensive information on working with the Concur platform</description>
66
<link>https://preview.developer.concur.com/</link>
77
<atom:link href="https://preview.developer.concur.com/feed.xml" rel="self" type="application/rss+xml" />
8-
<pubDate>Mon, 12 May 2025 21:49:18 +0000</pubDate>
9-
<lastBuildDate>Mon, 12 May 2025 21:49:18 +0000</lastBuildDate>
8+
<pubDate>Mon, 12 May 2025 22:00:38 +0000</pubDate>
9+
<lastBuildDate>Mon, 12 May 2025 22:00:38 +0000</lastBuildDate>
1010
<generator>Jekyll v4.1.1</generator>
1111

1212
</channel>

0 commit comments

Comments
 (0)