terraform-provider-okta icon indicating copy to clipboard operation
terraform-provider-okta copied to clipboard

Profile mapping with AD

Open jackmurphy89 opened this issue 2 years ago • 1 comments

Is it possible when doing profile mapping to have the source be Active directory? I seem to only find answers that state the source must be an app or a user type and I don't think that solves my issue. Below is what I am looking to map for attributes. Also if this is the wrong place to ask, let me know and I will move it. Thanks!

Attribute Name String
honorificPrefix appuser.generationQualifier
honorificSuffix appuser.personalTitle
managerId getManagerUser("active_directory").login
manager getManagerUser("active_directory").displayName
lastPasswordChangeTimestamp appuser.pwdLastSet
proxyAddresses appuser.proxyAddresses
msExchHideFromAddressLists appuser.msExchHideFromAddressLists
immutableId appuser.externalId
managerDn appuser.managerDn

jackmurphy89 avatar Jul 05 '22 15:07 jackmurphy89

Thanks @jackmurphy89 I'd open a support ticket to get more a more immediate answer. I don't know top of mind. Also checkout the examples that used in the acceptance tests.

  • https://github.com/okta/terraform-provider-okta/tree/master/examples/okta_profile_mapping
  • https://registry.terraform.io/providers/okta/okta/latest/docs/resources/profile_mapping
  • https://developer.okta.com/docs/reference/okta-expression-language/

monde avatar Jul 05 '22 15:07 monde

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days

github-actions[bot] avatar Sep 04 '22 00:09 github-actions[bot]