Kennisbank/API / Integration/Nmbrs API v2.0 - Introduction

Single Sign-On Service (SSO)

Luis Abreu
plaatst dit op mei 25, 2011 16:28

With the SSO Service you can build an auto-login application to Nmbrs.

Step 1 - Get an authentication token

You can use the SSO service located at https://api.nmbrs.nl/soap/v2.0/SingleSignOn.asmx to request an authentication token. For this you have to supply a valid Nmbrs user account email and password.

 

Step 2 - Make a call to our login page

With the requested token, you can send it to our login page in order to access the Nmbrs UI.

https://<nmbrs_environment>/applications/common/externalactions.aspx?login=nmbrs&ID=<token>

where:

  • "nmbrs_environment" is your Nmbrs subdomain, for example "login" (https://login.nmbrs.nl)
  • "token" is the authentication token fetched on the previous step.

After you request this url, if the token is valid, you will be redirected to Nmbrs.