Get your application registered
Your application must be registered in the system first. Given sufficient privileges, this can be done as a self-service in the user interface. Check out our User Manual on how to register modules for your organization. If you do not have the appropriate permissions, contact your environment’s administrator or our Nexeed help desk to get your application on-boarded.
You can find the User Manual in the "Help"-section of the Nexeed IAS Portal. |
Only registered applications get a client ID issued which is needed for any interaction with the Nexeed Industrial Application system. Together with the client secret, they provide the key to access the system.
If you intend to call endpoints of other modules from your module, known as service-to-service calls, the confidential client including its credentials are most-relevant.
When your application has to handle client-side user login, the relevant client is the public client secured by proper and strict configuration of the redirect URL.
Redirect URLs and web origin must match your host as precisely as possible! Example: when served from https://foo.bar.example/fizzbuzz → redirect URL similar to https://foo.bar.example/fizzbuzz/* and web origin https://foo.bar.example |