Create a ClientId for Setup Commander in IdentityServer3.Core.Models.Client
- 05 Sep 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Create a ClientId for Setup Commander in IdentityServer3.Core.Models.Client
- Updated on 05 Sep 2023
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Open
C:\ProgramData\LANDesk\ServiceDesk\My.IdentityServer\IdentityServer3.Core.Models.Client.json
in a text editor like Notepad.Add the following section:
{
"Enabled": true,
"ClientId": "SetupCommander",
"ClientSecrets": [
{
"Description": "SetupCommander OpenId",
"Value": "BrianMayBrightonRock!",
"Expiration": null,
"Type": "SharedSecret"
}
],
"Flow": 4,
"AllowAccessToAllScopes": true,
"AllowedScopes": []
}
- In order for your changes to take effect, you must restart the IIS Server.
Was this article helpful?