You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »


REST API Seeds configuration guidelines can be found here.

Azure Identity Connector Seeds "type" must always be specified as "azure-identity".

Azure Identity Connector Seeds "seed" can be any string.

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


Azure Identity Credentials Properties


FieldRequiredDefaultMultipleNotesExample
propertiesNo-NoConfiguration object
lowerCaseNofalseNoIf set to true, all extracted identities are stored in lowercase.true / false
addEveryoneGroupNofalseNoIf set to true, adds an "Everyone" group for all user identities.true / false
addEveryoneExceptExternalGroupNofalseNoIf set to true, adds the "Everyone except external users" group for all user identities.true / false
userRegexNo-NoRegular expression to filter users to add if the "addEveryoneExceptExternalGroup" is set to true.".*companyAGroup.*"



Usage example


$action.getHelper().renderConfluenceMacro("$codeS$body$codeE")


  • No labels