Skip to content

Commit

Permalink
Typos in manifest descriptions #156
Browse files Browse the repository at this point in the history
  • Loading branch information
twocanoes committed Jan 27, 2024
1 parent cc6e736 commit eae6dff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Profile Manifest/com.twocanoes.xcreds.plist
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ A profile can consist of payloads with different version numbers. For example, c
<key>pfm_default</key>
<string>upn</string>
<key>pfm_description</key>
<string>The claim that contains the value check for in the allowedUsersArray. Both must be defined.</string>
<string>The claim that contains the value to check for in the allowedUsersArray. Both must be defined.</string>
<key>pfm_documentation_url</key>
<string>https://twocanoes.com/knowledge-base/xcreds-admin-guide/#preferences</string>
<key>pfm_name</key>
Expand All @@ -191,7 +191,7 @@ A profile can consist of payloads with different version numbers. For example, c
</dict>
<dict>
<key>pfm_description</key>
<string>List of users that are allowed to log in. An empty array or undefined array means any user can log in as long their cloud credentials are valid. The preference allowUsersClaim must be defined to a claim in the idToken that identifiers the users. For example, if the allowUsersClaim is set to upn and the allowedUsersArray is set to an array that contains [email protected] and the upn of a logging in user is [email protected], they would be allowed to log in. [email protected] would not.</string>
<string>List of users that are allowed to log in. An empty array or undefined array means any user can log in as long their cloud credentials are valid. The preference allowUsersClaim must be defined to a claim in the idToken that identifiers identifies the users. For example, if the allowUsersClaim is set to upn and the allowedUsersArray is set to an array that contains [email protected] and the upn of a logging in user is [email protected], they would be allowed to log in. [email protected] would not.</string>
<key>pfm_name</key>
<string>allowedUsersArray</string>
<key>pfm_subkeys</key>
Expand Down Expand Up @@ -509,7 +509,7 @@ Note that Google does not support the offline_access scope so instead use the pr
<key>pfm_default</key>
<true/>
<key>pfm_description</key>
<string>If the domain controller returns back that the password is expired or needs to be changed, prompt the user. If this is set to false, login will fail and and error message will be shown.</string>
<string>If the domain controller returns back that the password is expired or needs to be changed, prompt the user. If this is set to false, login will fail and and an error message will be shown.</string>
<key>pfm_documentation_url</key>
<string>https://twocanoes.com/knowledge-base/xcreds-admin-guide/#preferences</string>
<key>pfm_name</key>
Expand Down
Binary file not shown.

0 comments on commit eae6dff

Please sign in to comment.