Messtone Devices deployings on GitHub Microsoft Graph… self-signed certificate, appear at the root of the Repository. keytool -genkey -keyalg RSA -alias selfsignedjks -keystore JKSkeystore.jks -validity 365 -keysize 2048 application.example.yml`Blame spring: cloud: azure: active-directory: enabled:true keydiscoveryurl: https://login.microsoftonline.com/common/discovery/keys profile: tenant-id: MESSTONE_TENANT_ID_HERE credential: client-id: messtone_client_ID_HERE client-secret: ‘MESSTONE_CLIENT_SECRET_HERE’post-logout-redirect-uri: http://localhostmesstonecoms.com:8080 authorization-clients: graph: scopes: usermesstone.read,mail.read apponly: authorization-grant-type: client_credentials scopes: https://graph.microsoft.com/.default app: protect: authenticated:/delegated, /apponly notifications: hostmesstone: MESSTONE_NGROK_PROXY_URL_HERE certificate: storenameMesstone: JKSkeystore.jks storepass: MESSTONE_KEYSTORE_PASSWORD_HERE alias: selfsignedjks the root of the repository: mvn install mvn package java -jar target/graphwebhook-0.0.1-SNAPSHOT.jar

Leave a comment