Update internal (STS) authorization service client from the command line (retired) - HxGN SDx - HxGN SDx - Reference - Hexagon

HxGN SDx Modified and Retired Functionality

Language
English
Product
HxGN SDx
Search by Category
Reference
SmartPlant Foundation / SDx Version
10
SmartPlant Markup Plus Version
10.0 (2019)

This functionality was removed in Update 23.

The Intergraph Authorization Server was retired from the product with Update 23 and can no longer be used when creating new sites. Beginning with Update 23, Smart API Manager is the default authorization server provided with HxGN SDx. For more information, see Prepare an authorization server.

Use SPFServerManager.exe with the /updatestsclient argument to update an authorization service client used with the built-in Intergraph authorization server (STS authentication server).

The following arguments are available:

/u:[username] - Specifies the authorization server administrator username (mandatory).

/p:[password] - Specifies the authorization server administrator password (mandatory).

/clientid:[Client ID] - Specifies the client ID that is to be updated (mandatory).

/authserverurl:[URL] - Specifies the URL to the authorization server (mandatory).

/oauthredirecturi:[URL] - Specifies the OAuth Redirect URI (mandatory).

/oauthredirecturi2:[URL] - Specifies the OAuth Redirect URI 2 (mandatory).

/postoauthRedirecturi:[URL] - Specifies the post-OAuth Redirect URI (optional).

The following example includes all the mandatory parameters to update a client on the authorization server:

SPFServerManager.exe /updatestsclient /u:admin /p:pword /clientid:ssdxdevwc /oauthredirecturi:https://www.ingrnet.com/SSDXDEVWC/index.html /authserverurl:http:/www.ingrnet.com/SPFConfigService/SPFAuthentication/ /oauthredirecturi2:https://www.ingrnet.com/SSDXDEVWC/_session.html /postlogoutoauthRedirecturi:https://www.ingrnet.com/SSDXDEVWC/index.html