Code Block | ||
---|---|---|
| ||
server: port: 8080 ssl: enabled: true key-store-type: PKCS12 key-store: <path>\<file>.p12 key-store-password: <password> key-alias: <alias> tia: security: oidc: type: authorization_code sslEnabled: true sslBundleName: selfsignedcertificate instances: default: sharepoint: encryptionkeydefinitions: - id: "1" encryptionKey: <key> - id: "2" encryptionKey: <key> custom: sharepoint: archiveFolder: <path> sharedLinks: accessMode: oidc cmis: url: localhost:8081/browser protocol: http repositoryid: <repository id> auth: type: oauth2 basic:oauth2: clientRegistrationId: cmisauth cmiswithcertificate: url: localhost:8081/browser protocol: http username: <username> repositoryid: <repository id> auth: password type: <password>oauth2 oauth2: clientRegistrationId: cmisauthcmisauthwithcertificate spring: security: oauth2: client: provider: azure: issuer-uri: https://login.microsoftonline.com/<tenant id>/v2.0 user-name-attribute: name registration: sharedlinkauth: provider: azure client-id: <client id> client-secret: <client secret> authorization-grant-type: authorization_code scope: - openid - email - profile cmisauth: provider: azure client-id: <client id> client-authentication-method: self_signed_tls_client_authsecret: <client secret> authorization-grant-type: client_credentials scope: <client id>/.default resourceserver cmisauthwithcertificate: jwt: provider: azure issuerclient-uriid: https://login.microsoftonline.com/<tenant id>/v2.0<client id> audience: <audience>client-authentication-method: self_signed_tls_client_auth masterauthorization-tenantgrant-id: <tenant id>type: client_credentials ssl: bundlescope: <client id>/.default jksresourceserver: selfsignedcertificatejwt: keyissuer-uri: https://login.microsoftonline.com/<tenant id>/v2.0 aliasaudience: selfsignedcert<audience> master-tenant-id: <tenant id> passwordssl: <key password> bundle: jks: keystore: selfsignedcertificate: location: <path to>\keystore-self-signed.p12 key: passwordalias: <keystore<key password>alias> typepassword: PKCS12<key password> truststorekeystore: location: <path to>\keystore-self-signed<keystore>.p12 password: <keystore password> type: PKCS12 |
Content Comparison
General
Content
Integrations