Skip to content

Releases: twocanoes/xcreds

XCreds 5.2

10 Feb 17:03
Compare
Choose a tag to compare

Command Line Interface

Use to set up RFID or to set local admin for password reset.

sudo /Applications/XCreds.app/Contents/MacOS/XCreds -h

RFID Authentication

Add support for signing in with an RFID tag. Use the XCreds command line interface to map RFID values to existing or new user accounts. Or optionally allow users to register a new RFID tag to their account when signing in at the XCreds login screen. See more information about how to configure RFID for XCreds.

Local Admin

Set an existing macOS admin for a password reset using the XCreds command line interface.

Multiple Active Directory Domains

Use the new preference key AdditionalADDomains to add support for additional Active Directory domains.

Active Directory Domain Mapping

Use the new preference key upnSuffixToDomainMappings to allow XCreds to map one Active Directory domain to another for certain sign-in scenarios.

In some Active Directory environments, users do not use username@domain to login; they use a UPN suffix to make the username easier to use. This setting maps the UPN suffix to the correct AD domain name. For example, if you have an AD domain of foo.com but want users to sign in as [email protected], a UPN suffix of foo.com is created in AD and the user account is set to [email protected]. This setting then would map foo.com to bar.com by setting the key upn to foo.com and the domain key to bar.com.

New Preference Keys

  • ccidSlotName
  • shouldSuppressLocalPasswordPrompt
  • AdditionalADDomains
  • upnSuffixToDomainMappings

Other Fixes and Changes

Fix an issue that was causing a laptop built-in screen to remain black after waking from sleep on the XCreds login screen while connected to an external monitor as the primary display.

Profiles and Manifest

Sample Manifest
Sample Profiles

Commits

5.2.8251 (2025-01-29)

  • fixed issue with mapping kerberos domain; fixed local admin override in local secure store View
  • show popover on start View

5.2.8214 (2025-01-27)

  • added rfid View
  • added rfid View
  • wip View
  • wip View
  • added user db View
  • added new mech to read from user db View
  • cleanup View
  • fixed issue with nsarchive class names View
  • implemented rfid user and local admin hints View
  • added login with rfid and local admin keychain overide with secure users View
  • added uid and full name to RFID login View
  • wip View
  • bumped to 5.2 View
  • added -r to allow registering of CTK extension as root View
  • updated rfid user passwords and updated network up test code View
  • cleaned up login window switching (mac native to xcreds) View
  • added command line rfid tools View
  • removed debug output View
  • added command line status output View
  • WIP View
  • added subdomain support View
  • added sample profile View
  • cleaned up sample profile View
  • updated build number View
  • fixed kerberos ticket for subdomain View
  • added upn mapping and sample profile View
  • added ability to setup card login View
  • card login View
  • local admin in new security db View
  • issue #287 Add AdditionalADDomains to manifest and issue #290 Checkbox for Offline Authentication needs association with label View
  • Typo in CLI help description #283 View
  • Update manifest with min version info for new keys #284 View
  • Add command line option for clear single user #286 View
  • wip View
  • Resolve issue with secrets.bin file #285 View
  • mailto: links in XCreds menu #282 View
  • added error message when inserting to wrong reader View
  • added setting pin fix for rfid card View
  • added Auth0 sample profile View
  • typo fixed View
  • made provisioning login card dynamic View
  • Typo in manifest for shouldAllowLoginCardSetup #296 View
  • Typo in description for upnSuffixToDomainMappings #295 View
  • Error parsing some csv files for cli user import #293 View
  • Typo in description for upnSuffixToDomainMappings #295 View
  • Show/hide "Setup Login Card" checkbox #292 View
  • added more command line options; added more status update options View
  • cleaned up cli output View
  • changed target name View
  • Fixes for command line output #298 View
  • fixed issue with blank screen with multiple monitors; added background to multiple display setup View

5.2.8251 (Jan 30, 2025)

31 Jan 02:26
Compare
Choose a tag to compare
Pre-release

Command Line Interface

Use to set up RFID or to set local admin for password reset.

sudo /Applications/XCreds.app/Contents/MacOS/XCreds -h

RFID Authentication

Add support for signing in with an RFID tag. Use the XCreds command line interface to map RFID values to existing or new user accounts. Or optionally allow users to register a new RFID tag to their account when signing in at the XCreds login screen. See more information about how to configure RFID for XCreds.

Local Admin

Set an existing macOS admin for a password reset using the XCreds command line interface.

Multiple Active Directory Domains

Use the new preference key AdditionalADDomains to add support for additional Active Directory domains.

Active Directory Domain Mapping

Use the new preference key upnSuffixToDomainMappings to allow XCreds to map one Active Directory domain to another for certain sign-in scenarios.

In some Active Directory environments, users do not use username@domain to login; they use a UPN suffix to make the username easier to use. This setting maps the UPN suffix to the correct AD domain name. For example, if you have an AD domain of foo.com but want users to sign in as [email protected], a UPN suffix of foo.com is created in AD and the user account is set to [email protected]. This setting then would map foo.com to bar.com by setting the key upn to foo.com and the domain key to bar.com.

New Preference Keys

  • ccidSlotName
  • shouldSuppressLocalPasswordPrompt
  • AdditionalADDomains
  • upnSuffixToDomainMappings

Other Fixes and Changes

Fix an issue that was causing a laptop built-in screen to remain black after waking from sleep on the XCreds login screen while connected to an external monitor as the primary display.

Profiles and Manifest

Sample Manifest
Sample Profiles

Commits

5.2.8251 (2025-01-29)

  • fixed issue with mapping kerberos domain; fixed local admin override in local secure store View
  • show popover on start View

5.2.8214 (2025-01-27)

  • added rfid View
  • added rfid View
  • wip View
  • wip View
  • added user db View
  • added new mech to read from user db View
  • cleanup View
  • fixed issue with nsarchive class names View
  • implemented rfid user and local admin hints View
  • added login with rfid and local admin keychain overide with secure users View
  • added uid and full name to RFID login View
  • wip View
  • bumped to 5.2 View
  • added -r to allow registering of CTK extension as root View
  • updated rfid user passwords and updated network up test code View
  • cleaned up login window switching (mac native to xcreds) View
  • added command line rfid tools View
  • removed debug output View
  • added command line status output View
  • WIP View
  • added subdomain support View
  • added sample profile View
  • cleaned up sample profile View
  • updated build number View
  • fixed kerberos ticket for subdomain View
  • added upn mapping and sample profile View
  • added ability to setup card login View
  • card login View
  • local admin in new security db View
  • issue #287 Add AdditionalADDomains to manifest and issue #290 Checkbox for Offline Authentication needs association with label View
  • Typo in CLI help description #283 View
  • Update manifest with min version info for new keys #284 View
  • Add command line option for clear single user #286 View
  • wip View
  • Resolve issue with secrets.bin file #285 View
  • mailto: links in XCreds menu #282 View
  • added error message when inserting to wrong reader View
  • added setting pin fix for rfid card View
  • added Auth0 sample profile View
  • typo fixed View
  • made provisioning login card dynamic View
  • Typo in manifest for shouldAllowLoginCardSetup #296 View
  • Typo in description for upnSuffixToDomainMappings #295 View
  • Error parsing some csv files for cli user import #293 View
  • Typo in description for upnSuffixToDomainMappings #295 View
  • Show/hide "Setup Login Card" checkbox #292 View
  • added more command line options; added more status update options View
  • cleaned up cli output View
  • changed target name View
  • Fixes for command line output #298 View
  • fixed issue with blank screen with multiple monitors; added background to multiple display setup View

5.2.8214 (Jan 27, 2025)

27 Jan 21:51
Compare
Choose a tag to compare
Pre-release

Command Line Interface

Use to set up RFID or to set local admin for password reset.

sudo /Applications/XCreds.app/Contents/MacOS/XCreds -h

RFID Authentication

Add support for signing in with an RFID tag. Use the XCreds command line interface to map RFID values to existing or new user accounts. Or optionally allow users to register a new RFID tag to their account when signing in at the XCreds login screen. See more information about how to configure RFID for XCreds.

Local Admin

Set an existing macOS admin for a password reset using the XCreds command line interface.

Multiple Active Directory Domains

Use the new preference key AdditionalADDomains to add support for additional Active Directory domains.

Active Directory Domain Mapping

Use the new preference key upnSuffixToDomainMappings to allow XCreds to map one Active Directory domain to another for certain sign-in scenarios.

In some Active Directory environments, users do not use username@domain to login; they use a UPN suffix to make the username easier to use. This setting maps the UPN suffix to the correct AD domain name. For example, if you have an AD domain of foo.com but want users to sign in as [email protected], a UPN suffix of foo.com is created in AD and the user account is set to [email protected]. This setting then would map foo.com to bar.com by setting the key upn to foo.com and the domain key to bar.com.

New Preference Keys

  • ccidSlotName
  • shouldSuppressLocalPasswordPrompt
  • AdditionalADDomains
  • upnSuffixToDomainMappings

Other Fixes and Changes

Fix an issue that was causing a laptop built-in screen to remain black after waking from sleep on the XCreds login screen while connected to an external monitor as the primary display.

Profiles and Manifest

Sample Manifest
Sample Profiles

Commits

  • added rfid View
  • added rfid View
  • wip View
  • wip View
  • added user db View
  • added new mech to read from user db View
  • cleanup View
  • fixed issue with nsarchive class names View
  • implemented rfid user and local admin hints View
  • added login with rfid and local admin keychain overide with secure users View
  • added uid and full name to RFID login View
  • wip View
  • bumped to 5.2 View
  • added -r to allow registering of CTK extension as root View
  • updated rfid user passwords and updated network up test code View
  • cleaned up login window switching (mac native to xcreds) View
  • added command line rfid tools View
  • removed debug output View
  • added command line status output View
  • WIP View
  • added subdomain support View
  • added sample profile View
  • cleaned up sample profile View
  • updated build number View
  • fixed kerberos ticket for subdomain View
  • added upn mapping and sample profile View
  • added ability to setup card login View
  • card login View
  • local admin in new security db View
  • issue #287 Add AdditionalADDomains to manifest and issue #290 Checkbox for Offline Authentication needs association with label View
  • Typo in CLI help description #283 View
  • Update manifest with min version info for new keys #284 View
  • Add command line option for clear single user #286 View
  • wip View
  • Resolve issue with secrets.bin file #285 View
  • mailto: links in XCreds menu #282 View
  • added error message when inserting to wrong reader View
  • added setting pin fix for rfid card View
  • added Auth0 sample profile View
  • typo fixed View
  • made provisioning login card dynamic View
  • Typo in manifest for shouldAllowLoginCardSetup #296 View
  • Typo in description for upnSuffixToDomainMappings #295 View
  • Error parsing some csv files for cli user import #293 View
  • Typo in description for upnSuffixToDomainMappings #295 View
  • Show/hide "Setup Login Card" checkbox #292 View
  • added more command line options; added more status update options View
  • cleaned up cli output View
  • changed target name View
  • Fixes for command line output #298 View
  • fixed issue with blank screen with multiple monitors; added background to multiple display setup View

XCreds 5.1

28 Oct 18:50
Compare
Choose a tag to compare
  • Add Okta example profile View
  • Update example profiles for identity provider settings View
  • Add example profile for change app settings View
  • add encoding for special characters to tokenmanager View
  • fixed menu app password verification View
  • updated map for full username View
  • updated manifest version View
  • updated manifest version View
  • added showing 14 day notice when license expiring; fixed tab navigatin View
  • bumped version number View
  • added more logging View
  • updated sample config profile View
  • Provide ability to override status popover with own info #241 View
  • Error dialog rendered twice for passwordElementID warning #263; User login restriction dialog rendered twice #262 View
  • Add key to popup system info by default #273 View
  • added support for Azure ROPG View
  • make autofill registration async View
  • added better handling of license issues View
  • Mouse Disappearing on XCreds Login Screen #272 View
  • Mouse Disappearing on XCreds Login Screen #272 View
  • Mouse Disappearing on XCreds Login Screen #272 View
  • made shouldActivateSystemInfoButton always keep popover showing View
  • fixed issue in ropgResponseValue value in manifest View
  • added app min for manifest for ropgResponseValue View
  • removed product license ref View
  • removed client secret from sample profile View

5.1.7250 (October 22, 2024)

23 Oct 02:47
Compare
Choose a tag to compare
Pre-release
  • Add Okta example profile View
  • Update example profiles for identity provider settings View
  • Add example profile for change app settings View
  • add encoding for special characters to tokenmanager View
  • fixed menu app password verification View
  • updated map for full username View
  • updated manifest version View
  • updated manifest version View
  • added showing 14 day notice when license expiring; fixed tab navigatin View
  • bumped version number View
  • added more logging View
  • updated sample config profile View
  • Provide ability to override status popover with own info #241 View
  • Error dialog rendered twice for passwordElementID warning #263; User login restriction dialog rendered twice #262 View
  • Add key to popup system info by default #273 View
  • added support for Azure ROPG View
  • make autofill registration async View
  • added better handling of license issues View
  • Mouse Disappearing on XCreds Login Screen #272 View
  • Mouse Disappearing on XCreds Login Screen #272 View
  • Mouse Disappearing on XCreds Login Screen #272 View
  • made shouldActivateSystemInfoButton always keep popover showing View
  • fixed issue in ropgResponseValue value in manifest View
  • added app min for manifest for ropgResponseValue View
  • removed product license ref View
  • removed client secret from sample profile View

XCreds 5 Release

28 Aug 22:10
Compare
Choose a tag to compare

5.0.7176 (2024-08-28)

  • fixed issue with green dot View
  • fixed initial off center of main view at login window View
  • added autofill plugin registration in setup script View
  • Fix manifest description for settingsOverrideScriptPath #261 View
  • Fix description for allowLoginIfMemberOfGroup #260 View
  • fixed autofill View
  • fixed autofill launching View
  • 5.0.7176 View

5.0.7144 (2024-08-15)

  • migration changed to include admin user View
  • allowLoginIfMemberOfGroup causes screen rendering issue after blocking sign in #233 View
  • Update login window when resolution changes #187 View
  • [Feature Request] AD User Account Creation Name Mapping #172 View
  • updated mapping and removed menu bar date View

5.0.7130 (2024-08-06)

  • Local login window dims and gets stuck after failed login attempt #242 View
  • more View
  • Enhancement request: Group Membership Zendesk Ticket 69193 #209 View
  • added missing files View
  • Update login window when resolution changes #187 View
  • Update manifest description for CreateAdminIfGroupMember #251 View
  • XCreds Login Window Overlay Wallpaper not caching? #247 View
  • Clarify manifest descriptions for AD property names #245 View
  • Issue with HomeMountEnabled #236 View
  • Issue with HomeMountEnabled #236 View
  • Fail on map_username for AD #244 View
  • allowLoginIfMemberOfGroup causes screen rendering issue after blocking sign in #233 View
  • add missing files to repo View
  • updated package ref View
  • added build file instructions View
  • allowLoginIfMemberOfGroup causes screen rendering issue after blocking sign in #233 View
  • fixed HideExpiration in manifest View
  • updated history View

5.0.7087 (2024-06-24)

  • Enhancement Request "Mechanism to force xCreds to reevaluate Login Window Background Image" #227 View
  • Add LocalFallback to manifest #229 View
  • Update description for allowLoginIfMemberOfGroup #228 View
  • Customize menu bar app icon #189 View
  • improved login animation View
  • Menubar sign in does not follow shouldUseROPGForMenuLogin #184 View
  • XCreds 5: Unexpected behavior of IP & MAC info via XCReds login window #232 View
  • Feature Request: HideExpiration key #198 View
  • Allow user to use full name to sign in at XCreds username/password screen #178 View
  • "Change Password" menuitem is now greyed out #239 View
  • keyCodeForLoginWindowChange not working as expected #231 View
  • updated history View
  • Expected AD field values not shown in XCreds log #237 View
  • updated history View

5.0.7066 (2024-06-16)

  • fixed fixed size image View
  • fixed issue with google redirect View
  • added credential provider View
  • added missing resources View
  • wip View
  • implemented Feature Request - Change the wording of the password change pop-up #202 View
  • System Info on XCreds Login Window #154 View
  • updated version to 5 View
  • added option for system info button title #154 View
  • fixed Fix manifest title for ROPG pref #183 View
  • bumped version of manifest Update manifest pfm_last_modified and pfm_version #164 View
  • Allow override of killall loginwindow in xcreds postinstall script #181 View
  • added new preference to manage more buttons on login screen: shouldShowShutdownButton, shouldShowRestartButton, shouldShowSystemInfoButton. Feature Request - Add key to disable showing shutdown and/or restart on login overlay #203 View
  • Feature Request: EnforceSignIn #199 View
  • [Feature Request] Add option to customize the Refresh Banner text #176 View
  • updated history View
  • changed manifest version back one; added copying DS user attibutes to prefs. Enhancement Request: XCreds app cant update ds #212 View
  • Clarify key name an description for shouldShowIfLocalOnlyUser #219 View
  • systemInfoButtonTitle does not respond to plain text values #220 View
  • AD attributes #166 View
  • [Feature Request] AD - User friendly fail prompts #193 View
  • [Feature Request] AD User Account Creation Name Mapping #172 View
  • [Feature Request] Customize the XCReds app's native login dialog box #179 [View](https://github.com/twocanoes/xcred...
Read more

XCreds 5.0 Beta

07 Aug 02:57
Compare
Choose a tag to compare
XCreds 5.0 Beta Pre-release
Pre-release

5.0.7130 (2024-08-06)

  • fixed HideExpiration in manifest
  • allowLoginIfMemberOfGroup causes screen rendering issue after blocking sign in #233
  • added build file instructions
  • updated package ref
  • add missing files to repo
  • allowLoginIfMemberOfGroup causes screen rendering issue after blocking sign in #233
  • Fail on map_username for AD #244
  • Issue with HomeMountEnabled #236
  • Clarify manifest descriptions for AD property names #245
  • XCreds Login Window Overlay Wallpaper not caching? #247
  • Update manifest description for CreateAdminIfGroupMember #251
  • Update login window when resolution changes #187
  • added missing files
  • Enhancement request: Group Membership Zendesk Ticket 69193 #209
  • more
  • Local login window dims and gets stuck after failed login attempt #242
  • updated history
  • Expected AD field values not shown in XCreds log #237
  • updated history
  • keyCodeForLoginWindowChange not working as expected #231
  • "Change Password" menuitem is now greyed out #239
  • Allow user to use full name to sign in at XCreds username/password screen #178
  • Feature Request: HideExpiration key #198
  • XCreds 5: Unexpected behavior of IP & MAC info via XCReds login window #232
  • Menubar sign in does not follow shouldUseROPGForMenuLogin #184
  • improved login animation
  • Customize menu bar app icon #189
  • Update description for allowLoginIfMemberOfGroup #228
  • Add LocalFallback to manifest #229

XCreds 5.0 Beta

27 Jun 19:28
Compare
Choose a tag to compare
XCreds 5.0 Beta Pre-release
Pre-release

5.0.7087 (2024-06-24)

  • Enhancement Request "Mechanism to force xCreds to reevaluate Login Window Background Image" #227 View
  • Add LocalFallback to manifest #229 View
  • Update description for allowLoginIfMemberOfGroup #228 View
  • Customize menu bar app icon #189 View
  • improved login animation View
  • Menubar sign in does not follow shouldUseROPGForMenuLogin #184 View
  • XCreds 5: Unexpected behavior of IP & MAC info via XCReds login window #232 View
  • Feature Request: HideExpiration key #198 View
  • Allow user to use full name to sign in at XCreds username/password screen #178 View
  • "Change Password" menuitem is now greyed out #239 View
  • keyCodeForLoginWindowChange not working as expected #231 View
  • updated history View
  • Expected AD field values not shown in XCreds log #237 View
  • updated history View
  • fixed fixed size image View
  • fixed issue with google redirect View
  • added credential provider View
  • added missing resources View
  • wip View
  • implemented Feature Request - Change the wording of the password change pop-up #202 View
  • System Info on XCreds Login Window #154 View
  • updated version to 5 View
  • added option for system info button title #154 View
  • fixed Fix manifest title for ROPG pref #183 View
  • bumped version of manifest Update manifest pfm_last_modified and pfm_version #164 View
  • Allow override of killall loginwindow in xcreds postinstall script #181 View
  • added new preference to manage more buttons on login screen: shouldShowShutdownButton, shouldShowRestartButton, shouldShowSystemInfoButton. Feature Request - Add key to disable showing shutdown and/or restart on login overlay #203 View
  • Feature Request: EnforceSignIn #199 View
  • [Feature Request] Add option to customize the Refresh Banner text #176 View
  • updated history View
  • changed manifest version back one; added copying DS user attibutes to prefs. Enhancement Request: XCreds app cant update ds #212 View
  • Clarify key name an description for shouldShowIfLocalOnlyUser #219 View
  • systemInfoButtonTitle does not respond to plain text values #220 View
  • AD attributes #166 View
  • [Feature Request] AD - User friendly fail prompts #193 View
  • [Feature Request] AD User Account Creation Name Mapping #172 View
  • [Feature Request] Customize the XCReds app's native login dialog box #179 View
  • updated readme View
  • Hang at login after password reset #223 View
  • Corrections for manifest #224 View
  • Fix formatting for systemInfoButtonTitle #221 View
  • Menubar refresh is delayed when setting shouldPromptForADPasswordChange #195 View
  • Map UID #186 View
  • updated history View
  • Setting HomeMountEnabled to false removes the home folder from the XCreds menuitems #213 View
  • Enhancement request: Group Membership Zendesk Ticket 69193 #209 View
  • Custom Mac login window key combo #206 View
  • [Feature Request] Add a Password Expire date or Days for OIDC users and more #165. To test, set map_password_expiry to a claim in Azure (like street address) with a value in seconds from token issue (like 300 seconds) and verify that menu shows the correct date View
  • added battery function View
  • added battery function View

4.1.6375

29 Feb 02:08
Compare
Choose a tag to compare

4.1.6375 (2024-02-28)

  • updated release notes, fixed script typo View
  • updated release notes View
  • added remounting and refresh kerb ticket after network change View
  • fixed "Sign in" window issue (OIDC and AD Configured) #170 and Admin user set to Standard user on Local Login #173 View
  • Sign in prompted (While not connected to a network) #168 View
  • updated profile manifest View
  • [Feature Request] Local User Behavior #174 View
  • fixed crash on menu and edge case with both web and username password views showing View
  • bumped version View

4.1.6346 (2024-02-13)

  • added fix for override still prompting when overridesilent set View
  • fixed silentoverride issue View
  • fixed multiple share mounting View
  • fixed Update manifest pfm_last_modified and pfm_version #164 View
  • implemented [Feature Request] AD - Option to hide Sign-In menu item #150 View
  • implemented [Feature Request] Standard wallpaper options for default background #155 View

4.1.6313 (2024-02-06)

  • fixed issue with menu item not updating tokens View
  • fixed automount View
  • remove admin if we made them admin View
  • added check for not removing last admin user View
  • fixed prompting when both AD and cloud are configured View
  • added kerberosprincipalname pref and getting kerb ticket with oidc login View
  • added menuItemWindowBackgroundImageURL View
  • better selection of menu item prompting if both AD and OIDC is setup View
  • fixed issue with ACL on tokens in keychain View
  • added custom menu item pref View
  • ability to customize Share menu item; added username for AD and OIDC in menu View
  • added pref for shares View
  • added better descriptions to share manifest View
  • updated whats new View
  • updated manifest View

release-4.0 (2024-01-29)

4.0.6274 (2024-01-29)

  • fixed issue with local password update View
  • updated ropg prefs and checking View
  • Minor fixes for ropg View
  • fixed passwordElementID preference can cause issue with setting local password #161 View
  • PasswordOverwriteSilent does not prevent user prompt for password #160 View
  • shouldUseROPGForMenuLogin hides offline login option at XCreds login window #158 View
  • Improvement for refreshRateMinutes description #157 View
  • Typos in manifest descriptions #156 View
  • added release notes View

4.0.6261 (2024-01-15)

  • built release notes View
  • applied patch from Jim Zajkowski to fix integration issues View
  • fixed up kerb ticket status in menu View
  • refactored menu code View
  • fixed issue with updating keychain View
  • more attempt at sharemounter integration View
  • implemented shares View
  • added additional sample profiles View
  • fixed home mounting View
  • fixed enabing window state with AD View
  • pointed package to main branch for oidclite View
  • Allow forcing of webview login window View
  • Support separate client ID and secret for ropg View
  • wip View
  • fixed issue with ropg clientid/secret selection View
  • Keychain is reset on cloud password change when user enters old local password #148 View
  • Admin status does not change after removed from group #145 View
  • Fix manifest key name for loadPageInfo #143 View
  • bumped version View

4.0.6203 (2024-01-01)

  • added release notes and script to generate release notes View
  • Feature Request: Allow "loadpage.html" to be customized. #126. To test, add in new keys "loadPageTitle" and "loadPageInfo" or try the xcreds_example_azure_loadPageTitle_loadPageInfo.mobileconfig View
  • Update description in manifest for loginWindowWidth and loginWindowHeight #138 View
  • [feature request] LocalAD - make sync password with AD optional with preference key #130. To test, set the shouldPromptForADPasswordChange to false and set the user account to require password change on next login and verify the user is not prompted View
  • XCreds breaking Munki's logout/install @loginscreen logic #102. Test by defining hideIfPathExists to a path like /tmp/hide and then add/remove and UI should show /hide. Or use sample profile xcreds_example_azure_hide.mobileconfig View
  • Option to enforce account to log in #21. To test, create allowedUsersArray with name of user allowed to log in and define allowUsersClaim with an OIDC claim that contains that value. Or use the xcreds_example_azure_allow_fred.mobileconfig to test View
  • F...
Read more

4.1.6346 (2024-02-13)

13 Feb 20:58
Compare
Choose a tag to compare
4.1.6346 (2024-02-13) Pre-release
Pre-release

4.1.6346 (2024-02-13)

  • added fix for override still prompting when overridesilent set View
  • fixed silentoverride issue View
  • fixed multiple share mounting View
  • fixed Update manifest pfm_last_modified and pfm_version #164 View
  • implemented [Feature Request] AD - Option to hide Sign-In menu item #150 View
  • implemented [Feature Request] Standard wallpaper options for default background #155 View

4.1.6313 (2024-02-06)

  • fixed issue with menu item not updating tokens View
  • fixed automount View
  • remove admin if we made them admin View
  • added check for not removing last admin user View
  • fixed prompting when both AD and cloud are configured View
  • added kerberosprincipalname pref and getting kerb ticket with oidc login View
  • added menuItemWindowBackgroundImageURL View
  • better selection of menu item prompting if both AD and OIDC is setup View
  • fixed issue with ACL on tokens in keychain View
  • added custom menu item pref View
  • ability to customize Share menu item; added username for AD and OIDC in menu View
  • added pref for shares View
  • added better descriptions to share manifest View
  • updated whats new View
  • updated manifest View