Registered Apps
The oAuth2 standard is used for secure authentication of third-party applications on a Uptempo instance. For implementation details, see the corresponding page in the Uptempo Developer Portal. You register a third-party application under > Administration Overview > Fusion > Registered Apps.
Note
The Register App section describes only the first part of the registration process. See the complete description under Uptempo Developer Portal.
You will need the following information to register:
-
Unique name: Enter the name of the use. Among all registered applications, the name must be unique.
-
Client URI: Enter the URI of the third-party application. This is the base address of your application that wants to access the Uptempo platform, e.g. "https://www.myservice.com".
-
Owner: Specify the owner. The owner does not have to be a user in the Uptempo platform. The entry is for information purposes only and is used here for display.
-
Redirect URI: Specify a redirect URI. If necessary, you can specify several redirect URIs. The redirect URI points to the oAuth2 client in the application that wants to log in to the Uptempo platform, e.g. "https://www.meinservice.com/tokenexchange.do".
-
If you want to visually represent the third-party application by a logo, you need a URI of the logo. The URL must point directly to an SVG, PNG or JPG image. Ideally, this image should be square and no larger than 400 x 400 pixels.