adorton-adobe / user-sync.py

Application for synchronizing Adobe customer directories via the User Management API
MIT License
3 stars 0 forks source link

Document Okta config in sync guide and related documentation #8

Closed adorton-adobe closed 7 years ago

adorton-adobe commented 7 years ago

We need to document all config attributes in the Okta config file in the User Manual and potentially the User Success Guide.

We shouldn't need to introduce any new command line parameters, but if we do, we need to ensure that any we add are also well-documented,

adorton-adobe commented 7 years ago

Be sure to add that since Okta uses email address to identify users, this module doesn't support username based federated identities.

adorton-adobe commented 7 years ago

We also need to mention that the okta config file does not support user_email_format. Okta always identifies users by email address, and that email is always in the same field.

adorton-adobe commented 7 years ago

@bhunut-adobe - please review.

https://github.com/adorton-adobe/user-sync.py/blob/okta/docs/user-manual/index.md#okta-user-sync

adorton-adobe commented 7 years ago

First version is done