Versions Compared

Key

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


REST API Credentials Connectors configuration guidelines can be found here.

Azure Identity Connector Credentials Connectors' type must always be specified as "azure-identity". You must also specify the artifact coordinates for the connector which by default are "com.accenture.aspire:aspire-azure-identity-source".

Properties specific to the Azure Identity Connector Credentials are described below.


Panel
titleOn this page

Table of Contents

Azure Identity Credentials Properties


FieldRequiredDefaultMultipleNotesExample
propertiesYes-NoConfiguration object
clientIdtypeYes-NoThe Client Id to be used to connect to Azure."dd1bc268-8b54-4ea3-b43d-a15b665d04de"
clientSecretdescriptionYes-NoThe Client Secret corresponding to the specified Client Id."PZhbltkGdXEAYJl3fn9een1R1bTlrHClNSm8U3QtEet="
artifact




























































Usage example


Saga_json
TitlePOST /aspire/_api/credentials
{
  "type": "azure-identity",
  "description": "Azure Identity Credentials Test",
   "properties": { 
       "clientId": "dd1bc268-8b54-4ea3-b43d-a15b665d04de",
        "clientSecret": "PZhbltkGdXEAYJl3fn9een1R1bTlrHClNSm8U3QtEet="
   }
}