Hi,
Not sure where this one is supposed to go, so posting here.
I have synced a new extensionattribute from AD to AAD with a hope to use it in Slack scope filter for provisioning. I can see this attribute by checking a user via powershell:
get-azureaduser -objectid first.last@company.com |select-object -expandproperty extensionproperty
extension_391c602828_extensionAttribute5
But when I go to Dashboard -> Enterprise applications -> Slack -> Attribute Mapping -> Source Object Scope -> Add Scoping Filter, I do not see this attribute in filtering selection. I can see only extensionAttribute1,2,3,4... Any advice appreciated.
Not sure where this one is supposed to go, so posting here.
I have synced a new extensionattribute from AD to AAD with a hope to use it in Slack scope filter for provisioning. I can see this attribute by checking a user via powershell:
get-azureaduser -objectid first.last@company.com |select-object -expandproperty extensionproperty
extension_391c602828_extensionAttribute5
But when I go to Dashboard -> Enterprise applications -> Slack -> Attribute Mapping -> Source Object Scope -> Add Scoping Filter, I do not see this attribute in filtering selection. I can see only extensionAttribute1,2,3,4... Any advice appreciated.
MK