Fortinet black logo

Cookbook

Registering the enterprise application with Microsoft identity platform and generating authentication key

Registering the enterprise application with Microsoft identity platform and generating authentication key

To register the enterprise application:
  1. Go to the directory home, and select App registrations.
  2. In the App registrations window, select All applications, and search your application by name.
  3. In the list, select your application.
  4. Go to Manage > Certificates & secrets, and select + New client secret.
  5. In the Add a client secret window:
    1. In Description, enter a description for the client secret.
    2. From the Expires dropdown, select a time period after which the client secret expires.
    3. Select Add.

In Client secrets, make note of the Value.

Since this key is visible only once (immediately after creation), you will have to recreate the key if you do not copy and store it.

The key is required when setting up an OAuth server.

Registering the enterprise application with Microsoft identity platform and generating authentication key

To register the enterprise application:
  1. Go to the directory home, and select App registrations.
  2. In the App registrations window, select All applications, and search your application by name.
  3. In the list, select your application.
  4. Go to Manage > Certificates & secrets, and select + New client secret.
  5. In the Add a client secret window:
    1. In Description, enter a description for the client secret.
    2. From the Expires dropdown, select a time period after which the client secret expires.
    3. Select Add.

In Client secrets, make note of the Value.

Since this key is visible only once (immediately after creation), you will have to recreate the key if you do not copy and store it.

The key is required when setting up an OAuth server.