You are viewing the documentation for Blueriq 13. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

SubjectPropertyExplanation 
CMIS















blueriq.cmis.userThe username needed for the cmis connection.

application.properties

blueriq.cmis.passwordThe password needed for the cmis connection.

application.properties

blueriq.cmis.services-urlThe serviceURL of the cmis connection.

application.properties

blueriq.cmis.repository-idThe repository on the filesystem the cmis connection connects to.

application.properties

blueriq.cmis.objectType-idThe kind of objectType the file is.

application.properties

blueriq.cmis.binding-typeThe type of communication you desire. Currently the only supported value is atompub

application.properties

blueriq.cmis.authProviderClassNameThe classname of the authProvider

application.properties

blueriq.cmis.authProviderConfiguration.jwt.ks.fileUrlURL pointing to key store containing RSA private/public keys for JWT signing

application.properties

blueriq.cmis.authProviderConfiguration.jwt.ks.passwordKey store password

application.properties

blueriq.cmis.authProviderConfiguration.

jwt.ks.blueriqKeyAlias

Alias of key that Blueriq should use for JWT signing

application.properties

blueriq.cmis.authProviderConfiguration.

jwt.ks.blueriqKeyPassword

Password for key that Blueriq should use for JWT signing

application.properties

blueriq.cmis.authProviderConfiguration.jwt.claims.iss
Standard 'issuer' claim to put in Json Web token

application.properties

blueriq.cmis.authProviderConfiguration.jwt.claims.audStandard 'audience' claim to put in Json Web token

application.properties

blueriq.cmis.authProviderConfiguration.jwt.claims.subStandard 'subject' claim to put in Json Web token

application.properties

blueriq.cmis.authProviderConfiguration.jwt.claims.idpCustom claim to put in Json Web token

application.properties

blueriq.cmis.authProviderConfiguration.

jwt.blueriqUser.id.claimName

JWT claim name to put the Blueriq user id in

application.properties

blueriq.cmis.authProviderConfiguration.

jwt.cmisConnector.id.claimName

JWT claim name to put the CMIS connector id in

application.properties

  • No labels