Overview
To authenticate with SAP Fieldglass, you need:- Client ID - A unique identifier for your application in SAP Fieldglass.
- Client Secret - A confidential key used to authenticate the identity of the application.
- Application Key - An application-specific key provided for your application.
- Domain - Your SAP Fieldglass environment URL, this determines which data center your API requests will be sent to.
Prerequisites:
- You must have an active SAP Fieldglass account with API access enabled
- Your account must have the necessary permissions to generate API Credentials
Instructions
Step 1: Generating an Application
- Log in to your SAP Fieldglass account
- Go to the linked accounts of the signed-in user as Configuration Manager

- Select the API Application Key tile
- Select New, enter your Application Name and Description

- Select Create and you will now see the details as Client ID, Client Secret, and Application Key.
- Select New to create a new Web service for the created Application Key
- Set the Status as Enabled and select Save
Step 2: Determining Your Domain
The Domain is your SAP Fieldglass environment URL. Common SAP Fieldglass Domains:- US Production:
auth.fieldglass.net - EU Production:
sso.fieldglass.eu - Test Environment:
<env_code>-auth.fgvms.com(e.g.,xuat-auth.fgvms.com)
Not all test environments are configured. You may need to submit a request to have it configured.
Step 3: Enter credentials in the Connect UI
Once you have your credentials:- Open the form where you need to authenticate with SAP Fieldglass
- Enter your Client ID, Client Secret, Application Key, and Domain in their designated fields
- Submit the form, and you should be successfully authenticated
