@@ -51,19 +51,17 @@ all_users_filter: 'user.status == "ACTIVE"'
51
51
# There is no default value for this setting, because most directories don't contain
52
52
# users with different identity types (so setting the default identity type suffices).
53
53
# If your directory contains users of different identity types, you should define
54
- # this field to look at the value of an appropriate attribute in your directory .
55
- # For example, if your directory attribute "idType" had one of the values
54
+ # this field to look at the value of an appropriate attribute in your okta user profile .
55
+ # For example, if your Okta user profile attribute "idType" had one of the values
56
56
# adobe, enterprise, or federated in it for each user, you could use:
57
57
# user_identity_type_format: "{idType}ID"
58
58
59
59
# (optional) user_email_format (default value given below)
60
60
# user_email_format specifies how to construct a user's email address by
61
- # combining constant strings with the values of specific directory attributes.
61
+ # combining constant strings with the values of specific Okta profile attributes.
62
62
# Any names in curly braces are taken as attribute names, and everything including
63
63
# the braces will be replaced on a per-user basis with the values of the attributes.
64
- # The default value used here is simple, and suitable for OpenLDAP systems. If you
65
- # are using a non-email-aware AD system, which holds the username separately
66
- # from the domain name, you may want: "{sAMAccountName}@mydomain.com"
64
+ # The default value is from "email" field in Okta user profile.
67
65
# NOTE: for this and every format setting, the constant strings must be in
68
66
# the encoding specified by the string_encoding setting, above.
69
67
user_email_format : " {email}"
@@ -89,30 +87,30 @@ user_email_format: "{email}"
89
87
90
88
# (optional) user_given_name_format (default value given below)
91
89
# user_given_name_format specifies how to construct a user's given name by
92
- # combining constant strings with the values of specific directory attributes.
90
+ # combining constant strings with the values of specific Okta profile attributes.
93
91
# Any names in curly braces are taken as attribute names, and everything including
94
92
# the braces will be replaced on a per-user basis with the values of the attributes.
95
- # The default value used here is simple, and suitable for OpenLDAP systems .
93
+ # The default value is from "firstName" field in Okta user profile. .
96
94
# NOTE: for this and every format setting, the constant strings must be in
97
95
# the encoding specified by the string_encoding setting, above.
98
96
# user_given_name_format: "{firstName}"
99
97
100
98
# (optional) user_surname_format (default value given below)
101
99
# user_surname_format specifies how to construct a user's surname by
102
- # combining constant strings with the values of specific directory attributes.
100
+ # combining constant strings with the values of specific Okta profile attributes.
103
101
# Any names in curly braces are taken as attribute names, and everything including
104
102
# the braces will be replaced on a per-user basis with the values of the attributes.
105
- # The default value used here is simple, and suitable for OpenLDAP systems .
103
+ # The default value is from "lastName" field in Okta user profile .
106
104
# NOTE: for this and every format setting, the constant strings must be in
107
105
# the encoding specified by the string_encoding setting, above.
108
106
# user_surname_format: "{lastName}"
109
107
110
108
# (optional) user_country_code_format (default value given below)
111
109
# user_country_code_format specifies how to construct a user's country code by
112
- # combining constant strings with the values of specific directory attributes.
110
+ # combining constant strings with the values of specific Okta profile attributes.
113
111
# Any names in curly braces are taken as attribute names, and everything including
114
112
# the braces will be replaced on a per-user basis with the values of the attributes.
115
- # The default value used here is simple, and suitable for OpenLDAP systems .
113
+ # The default value is from "countryCode" field in Okta user profile .
116
114
# NOTE: for this and every format setting, the constant strings must be in
117
115
# the encoding specified by the string_encoding setting, above.
118
- # user_country_code_format: "{countryCode}"
116
+ # user_country_code_format: "{countryCode}"
0 commit comments