The following parameters are used with the authentication server to ensure proper working functionality.
Parameter | Description | Default value |
---|---|---|
server.port | The authentication server's instance post. | 8555 |
server.public.host | Publicly expose an authentication server's host. | User-entered machine IP address or ${server.ip} in the case of no-install zip |
authentication.token.expirity | The authentication ID token expiration time in seconds. | 900 |
authentication.sso.token.expirity | The single sign-on token expiration time in seconds. | 604800 |
authentication.code.token.expirity | The authentication code expiration time in seconds. | 15 |
authentication.implicit.token.expirity | The authentication ID token expiration time in seconds for the implicit authentication flow (e.g., used for MagicDraw UML). | 86400 |
authentication.client.ids | The valid client IDs, separated by commas. | MAGICDRAW,CONSOLE_ID,webApplicationPlatform |
authentication.client.implicit | The implicit authentication flow client IDs, separated by commas. | MAGICDRAW |
authentication.redirect.uri.whitelist | A list of allowed redirect URIs. The authentication server's client should pass a valid redirect URI to an authorized endpoint. | https://${twc.server.ip}:8111/twcloud_admin/, https://md_redirect |
authentication.client.secret | A password used by the authentication client to access /token endpoint. It is recommended that you change the password after installation. | CHANGE_ME |
logging.config | A path and a file name of the login configuration. | ./config/logback-spring.xml |
authentication.default.locale | A default locale for authentication page texts. This parameter is used if the client application does not provide a locale. | en |