Configuring Authorization Server
You can configure the authorization server by setting the following key parameters in the ConfigValues_OMSUI
file and ConfigValues_Common.JSON
file:
Parameter | Description |
---|---|
authServiceApiKey | Auth service header ID (auth) used to create a token. |
authServiceApiId | Auth service header Key (auth) used to create a token. |
authSuperUserAppId | Used as the super user app ID to create a token. |
authSuperUserAppKey | Used as the super user app key to create a token. |
authServiceRetryDuration | Auth service retry duration in seconds. |
authServiceRetryCount | Auth service retry count. |
authServiceTrustStorePassword | Auth service SSL Trust Store password. |
authServiceTrustStoreType | Auth service SSL TrustStore type. |
authServiceTrustStoreAbsoluteFileName | Auth service SSL TrustStore absolute filename. |
enableSecureAPI | Enable security for APIs based on this flag. |