Skip to content

Commit

Permalink
added new key for OIDC mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
twocanoes committed Nov 9, 2022
1 parent 23d902d commit 485be95
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions Profile Manifest/com.twocanoes.xcreds.plist
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,70 @@ A profile can consist of payloads with different version numbers. For example, c
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_default</key>
<string>given_name</string>
<key>pfm_description</key>
<string>Local DS to OIDC Mapping for First Name</string>
<key>pfm_documentation_url</key>
<string>https://github.com/twocanoes/xcreds/wiki/AdminGuide#oidcmappingfirstname</string>
<key>pfm_name</key>
<string>firstName</string>
<key>pfm_note</key>
<string>Map firstName to OIDC claim</string>
<key>pfm_title</key>
<string>First Name OIDC Mapping</string>
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_default</key>
<string>family_name</string>
<key>pfm_description</key>
<string>Local DS to OIDC Mapping for Last Name</string>
<key>pfm_documentation_url</key>
<string>https://github.com/twocanoes/xcreds/wiki/AdminGuide#oidcmappinglastname</string>
<key>pfm_name</key>
<string>lastName</string>
<key>pfm_note</key>
<string>Map lastName to OIDC claim</string>
<key>pfm_title</key>
<string>Last Name OIDC Mapping</string>
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_default</key>
<string>name</string>
<key>pfm_description</key>
<string>Local DS to OIDC Mapping for Name</string>
<key>pfm_documentation_url</key>
<string>https://github.com/twocanoes/xcreds/wiki/AdminGuide#oidcmappingfullname</string>
<key>pfm_name</key>
<string>fullName</string>
<key>pfm_note</key>
<string>Map fullName to OIDC claim</string>
<key>pfm_title</key>
<string>Full Name OIDC Mapping</string>
<key>pfm_type</key>
<string>string</string>
</dict>
<dict>
<key>pfm_default</key>
<string>name</string>
<key>pfm_description</key>
<string>Local DS to OIDC Mapping for Name</string>
<key>pfm_documentation_url</key>
<string>https://github.com/twocanoes/xcreds/wiki/AdminGuide#oidcmappingusername</string>
<key>pfm_name</key>
<string>username</string>
<key>pfm_note</key>
<string>Map Username to OIDC claim</string>
<key>pfm_title</key>
<string>Username OIDC Mapping</string>
<key>pfm_type</key>
<string>string</string>
</dict>
</array>
<key>pfm_targets</key>
<array>
Expand Down
Binary file not shown.

0 comments on commit 485be95

Please sign in to comment.