<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>
0 commit comments