Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To use the JWT authentication provider set 'cmis.authProvider.class' to 'com.aquima.plugin.cmis.impl.jwt.JwtAuthenticationProvider'. The claims to put in the JWT should be configured in 'application-cmis-client.properties' (in Blueriq 9: 'cmis.properties'). All property names that start with 'cmis.authProvider.jwt.claims.' are interpreted as claims with fixed values. For example 'cmis.authProvider.jwt.claims.idp=digid' will add a claim named 'idp' with the value 'digid'. All properties for JWT have a descriptive comment in the 'cmis.properties' file.

...