You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.
Subject | Property | Explanation | |
---|---|---|---|
CMIS | blueriq.cmis.user | The username needed for the cmis connection. | application- |
blueriq.cmis.password | The password needed for the cmis connection. |
| |
blueriq.cmis.services-url | The serviceURL of the cmis connection. |
| |
blueriq.cmis.repository-id | The repository on the filesystem the cmis connection connects to. |
| |
blueriq.cmis.objectType-id | The kind of objectType the file is. |
| |
blueriq.cmis.binding-type | The type of communication you desire. Currently the only supported value is atompub |
| |
blueriq.cmis.read-timeout | The number of milliseconds within which a call to the CMIS URL needs to get a response. |
| |
blueriq.cmis.connection-timeout | The number of milliseconds within which the CMIS Server needs accept the connection. |
| |
blueriq.cmis.authProviderClassName | The classname of the authProvider |
| |
blueriq.cmis.authProviderConfiguration.jwt.ks.fileUrl | URL pointing to key store containing RSA private/public keys for JWT signing |
| |
blueriq.cmis.authProviderConfiguration.jwt.ks.password | Key store password |
| |
blueriq.cmis.authProviderConfiguration. jwt.ks.blueriqKeyAlias | Alias of key that Blueriq should use for JWT signing |
| |
blueriq.cmis.authProviderConfiguration. jwt.ks.blueriqKeyPassword | Password for key that Blueriq should use for JWT signing |
| |
blueriq.cmis.authProviderConfiguration.jwt.claims.iss | Standard 'issuer' claim to put in Json Web token |
| |
blueriq.cmis.authProviderConfiguration.jwt.claims.aud | Standard 'audience' claim to put in Json Web token |
| |
blueriq.cmis.authProviderConfiguration.jwt.claims.sub | Standard 'subject' claim to put in Json Web token |
| |
blueriq.cmis.authProviderConfiguration.jwt.claims.idp | Custom claim to put in Json Web token |
| |
blueriq.cmis.authProviderConfiguration. jwt.blueriqUser.id.claimName | JWT claim name to put the Blueriq user id in |
| |
blueriq.cmis.authProviderConfiguration. jwt.cmisConnector.id.claimName | JWT claim name to put the CMIS connector id in |
|