ProfileCreator / ProfileManifests

Manifest repository for the ProfilePayloads framework
333 stars 141 forks source link

Add XCreds LocalFallback preference #681

Closed ITMichaelPage closed 2 months ago

ITMichaelPage commented 3 months ago

The preference allows XCreds to fallback to local authentication when the network is unavailable.

The LocalFallback preference was added to the XCreds main branch Jul 17, 2022: https://github.com/twocanoes/xcreds/commit/03e929f9fa582b394686bb7669b28d0e906c4cd9

The LocalFallback preference has been discussed here: https://github.com/twocanoes/xcreds/issues/174

I have tested the preference and can confirm it works.

relgit commented 3 months ago

Thanks for the PR @ITMichaelPage.

I don't see LocalFallback in the documentation link of the subkey. Do you have another source for it?

relgit commented 3 months ago

I see that the key is undocumented. Could you change the pfm_documentation_url value to be the link to the discussion you cited above?

ITMichaelPage commented 2 months ago

Hey @relgit, I reached out to Tim regarding this. He has since added LocalFallback to the documentation page.

relgit commented 2 months ago

Great, thanks for reaching out to him and for following up.