Create a ClientId for Setup Commander in IdentityServer3.Core.Models.Client
  • 05 Sep 2023
  • 1 Minute to read
  • Dark
    Light
  • PDF

Create a ClientId for Setup Commander in IdentityServer3.Core.Models.Client

  • Dark
    Light
  • PDF

Article Summary

  1. Open C:\ProgramData\LANDesk\ServiceDesk\My.IdentityServer\IdentityServer3.Core.Models.Client.json in a text editor like Notepad.

  2. Add the following section:

{
"Enabled": true,
"ClientId": "SetupCommander",
"ClientSecrets": [
{
"Description": "SetupCommander OpenId",
"Value": "BrianMayBrightonRock!",
"Expiration": null,
"Type": "SharedSecret"
}
],
"Flow": 4,
"AllowAccessToAllScopes": true,
"AllowedScopes": []
}
  1. In order for your changes to take effect, you must restart the IIS Server.

Was this article helpful?