Skip to content

Commit

Permalink
changed case of keys
Browse files Browse the repository at this point in the history
  • Loading branch information
twocanoes committed Nov 9, 2022
1 parent 7432620 commit ecac400
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 9 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 @@ -532,7 +532,7 @@ A profile can consist of payloads with different version numbers. For example, c
<key>pfm_documentation_url</key>
<string>https://github.com/twocanoes/xcreds/wiki/AdminGuide#oidcmappingfirstname</string>
<key>pfm_name</key>
<string>firstName</string>
<string>firstname</string>
<key>pfm_note</key>
<string>Map firstName to OIDC claim</string>
<key>pfm_title</key>
Expand All @@ -548,7 +548,7 @@ A profile can consist of payloads with different version numbers. For example, c
<key>pfm_documentation_url</key>
<string>https://github.com/twocanoes/xcreds/wiki/AdminGuide#oidcmappinglastname</string>
<key>pfm_name</key>
<string>lastName</string>
<string>lastname</string>
<key>pfm_note</key>
<string>Map lastName to OIDC claim</string>
<key>pfm_title</key>
Expand All @@ -564,7 +564,7 @@ A profile can consist of payloads with different version numbers. For example, c
<key>pfm_documentation_url</key>
<string>https://github.com/twocanoes/xcreds/wiki/AdminGuide#oidcmappingfullname</string>
<key>pfm_name</key>
<string>fullName</string>
<string>fullname</string>
<key>pfm_note</key>
<string>Map fullName to OIDC claim</string>
<key>pfm_title</key>
Expand Down
8 changes: 8 additions & 0 deletions Sample Profile/xcreds_example_azure.mobileconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@
<string>profile openid email offline_access</string>
<key>shouldShowQuitMenu</key>
<false/>
<key>firstname</key>
<string>given_name</string>
<key>fullname</key>
<string>name</string>
<key>lastname</key>
<string>family_name</string>
<key>username</key>
<string>name</string>
</dict>
</array>
<key>PayloadDescription</key>
Expand Down
8 changes: 8 additions & 0 deletions Sample Profile/xcreds_example_google.mobileconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,14 @@
<string>profile openid email</string>
<key>shouldSetGoogleAccessTypeToOffline</key>
<true/>
<key>firstname</key>
<string>given_name</string>
<key>fullname</key>
<string>name</string>
<key>lastname</key>
<string>family_name</string>
<key>username</key>
<string>name</string>
</dict>
</array>
<key>PayloadDescription</key>
Expand Down
12 changes: 6 additions & 6 deletions xCreds.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3302;
CURRENT_PROJECT_VERSION = 3303;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = UXP6YEHSPW;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -924,7 +924,7 @@
CLANG_ENABLE_MODULES = YES;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3302;
CURRENT_PROJECT_VERSION = 3303;
DEFINES_MODULE = YES;
DEVELOPMENT_TEAM = UXP6YEHSPW;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -983,7 +983,7 @@
CODE_SIGN_ENTITLEMENTS = "XCreds Login Overlay/XCreds_Login_Overlay.entitlements";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3302;
CURRENT_PROJECT_VERSION = 3303;
DEVELOPMENT_TEAM = UXP6YEHSPW;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -1013,7 +1013,7 @@
CODE_SIGN_ENTITLEMENTS = "XCreds Login Overlay/XCreds_Login_Overlay.entitlements";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3302;
CURRENT_PROJECT_VERSION = 3303;
DEVELOPMENT_TEAM = UXP6YEHSPW;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -1156,7 +1156,7 @@
CODE_SIGN_ENTITLEMENTS = XCreds/xCreds.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3302;
CURRENT_PROJECT_VERSION = 3303;
DEVELOPMENT_TEAM = UXP6YEHSPW;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down Expand Up @@ -1185,7 +1185,7 @@
CODE_SIGN_ENTITLEMENTS = XCreds/xCreds.entitlements;
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 3302;
CURRENT_PROJECT_VERSION = 3303;
DEVELOPMENT_TEAM = UXP6YEHSPW;
ENABLE_HARDENED_RUNTIME = YES;
GENERATE_INFOPLIST_FILE = YES;
Expand Down
Binary file not shown.

0 comments on commit ecac400

Please sign in to comment.