Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When registering your application on maestrano.com, as an application provider, you will be given an access to a Maestrano App Provider Dashboard. The technical aspects of the integration can be found in your API portal (API tab in the menu). You will find here different tabs: Production, Sandbox1, Sandbox2, etc. The "Sandbox" tabs should be used during the integration phase, and to connect our production environment to all you different non-production environments. The "Production" tab should be used for the release of your application on maestrano.com, and should be connected to your production environment.

Table of Contents

1 - Where can I find the credentials I will have to use?

In your API portal, you will find the Production application credentials (to be used once the application goes live) and the Sandbox credentials (to be used during the integration phase, and for all non-production environment). Several Sandbox environments can be set up (with different credentials for every sandbox) if you need to manage several test environments; just ask our team if your need more sandboxes.

 

2 - How does the metadata endpoint work?

In order to understand your application and configure webhooks properly, Maestrano expects you to create a special "metadata" endpoint exposing the configuration of your application preferences in terms of Single Sign-On, data sharing subscriptions, webhooks etc.

...

Once setup, enter the URL of your metadata endpoint into your Maestrano App Provider dashboard then click on 'Update/Fetch'.

3 - What to include in my metadata endpoint?

The metadata endpoint should return a JSON document describing your configuration. Note that the call initiated by Maestrano to retrieve your metadata is authenticated via HTTP Basic authentication using your own API credentials (shared secret).

...

 

FieldRequired for
OpenID SSO
Required for
SAML SSO
Change with the tenant
and the environment
Defaults fieldsDescription
environment - -Yes (with the env. only)-
The environment of the platform your are integrated to; accepted values:
- "test" (for the sandbox)
- "uat"
- "production"
app.hostYesYes

Yes (with the env. only)

-
Your application host
api.idYesYesYes-
The id of your app
api.hostYesYesYes-
The platform host
sso.idm - --same as config.app.host
Your Identity Domain Manager
sso.init_path -Yesyour choice-
Your application path that allows users to initiate 
the Single Sign-On handshake
sso.consume_pathYesyour choice
-
Your application path to the SAML endpoint that allows 
users to finalize SSO authentication
sso.idpYesYesYes

if "environment" is set:
value for Maestrano tenant 

The platform host
sso.x509_fingerprint -YesYes

only if "environment" is set:
value for Maestrano tenant

 
sso.x509_certificate -YesYes

if "environment" is set:
value for Maestrano tenant

 
connec.hostYesYesYes

if "environment" is set:
value for Maestrano tenant

The Connec! endpoint used to fetch data from
webhook.account.group_pathYesYesyour choice-
Your application path where a notification will be posted 
when an instance of your application is deleted
webhook.account.group_users_pathYesYesyour choice-
Your application path where a notification will be posted 
when a user is removed from an instance of your application
webhook.connec.notifications_pathYesYesyour choice-
Your application path where notifications 
(created/updated entities) will be POSTed to
wenhook.connec.subscriptionsYesYesNofalse for all entities
The list of entities (organizations, people, invoices etc.) 
for which you want to be notified upon creation/update in Connec!™

 

4 - How can I test my integration?

One of the sandboxes application should be used during the integration phase, or for any non-production environment. You can add the application to your dashboard easily by clicking on the Start Sandbox App button and then choosing the appropriate company.
Once added to your dashboard, you can initiate the SSO process by starting the application, clicking on the application title.

...