Help with Configuring SCS External System Key and JNDI Name for MS Graph Email Poller

"I am working with the MS Graph Email Poller plugin to read emails and save attachments as .eml files in an Appian document folder. However, I am having difficulty locating the SCS external system key and the correct JNDI name. Could someone please guide me on how to set these up?"

  Discussion posts and replies are publicly visible

Parents
  • SCS external system key

    The credentials store required by the plugin can be created manually in the third party credential tab in the Admin Console. It requires the following attributes:

    • secret: The client secret belonging to the Azure application for your Appian application
    • tenant: The tenant to use. Usually something like <CLIENT_TENANT_NAME>.onmicrosoft.com
    • appicationId: the application ID (client ID) provided by the Azure team
    • proxyUsername (optional): In case you need to connect through an authenticated proxy
    • proxyPassword (optional): The password in case you need to connect through an authenticated proxy

    JNDI Name

    You will find it in your data store. It would something like "jdbc/Appian"

  • What should be under proxy url and proxy port in plugin? should i have to generate that url or take it from anywhere....actually when i run it shows me error that have to provide proxy url and proxy port

Reply Children