No Authentication
  • 04 Sep 2024
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

No Authentication

  • Dark
    Light
  • PDF

Article summary

No Authentication

No authentication is just that; there is no authentication to access the Safran API. Using this is not recommended but deemed valid during initial setups.

Setup

  1. Internet Information Service (IIS) Manager

    1. In your IIS, locate and select the Safran Web API Site.
    2. Select the "Authentication" option.
      1. Set "Anonymous Authentication" = "Enabled"
      2. All other to "Disabled"
      3. API Security No Authentication Anonymous Authentication

  2. Within the "appsettings.json" file found in your file folder:

    1. Ensure the "authentication type" setting is set to "None".
"AppSettings": {
  "SafranWebApiAuthenticationType": "none",
  ...
}



Was this article helpful?