License
  • 06 Sep 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

License

  • Dark
    Light
  • PDF

Article summary

License

Safran Web 7.3 and earlier versions

A license system is present within the API, similar to what is found for Safran Project and Safran Planner. To identify which license controls the API, a new entry needs to be present in the Web.Config file.

<appSettings>
  <!-- Tell API which system this is intended for, "Safran Project" or "Safran Planner" -->
  <add key="SafranApplicationName" value="Safran Project"/>
  ...
</appSettings>


Safran API later versions

There is nothing to configure.


Was this article helpful?