Has anyone integrated fleet with auth? We'd like t...
# fleet
j
Has anyone integrated fleet with auth? We'd like to set it up so that devices can only login to certain (internal) websites when their device is under management.
p
Clarify what you mean by "auth"?
If you're looking for Mac hosts with Entra ID, this item will be relevant: https://github.com/fleetdm/fleet/issues/19235 If you're looking to do mTLS on specific internal websites, the link you found is relevant.
m
Hi @James, can you clarify what authentication systems you're trying to integrate? I think you're on the right track with the issue you linked. I would follow that issue and see if any of the certificate functionality that we add to Fleet helps with your desired workflow.
j
As in I'd like to ensure that employees are on a managed device when they access various internal applications. Said internal applications are secured via SSO using keycloak. So the idea would be that keycloak can inject an extra token/check based on the presence of fleet. The question becomes how to do that: • One possibility I considered is using keycloak's x509/client certificate support; and hoping fleet could issue a client cert onto managed devices • One option I don't have the expertise for is making a keycloak plugin that integrates with fleet to verify things
@Mason Buettner what fleet certificate functionality are you talking about there? https://github.com/fleetdm/fleet/issues/21096 still looks unaddressed
m
@James the feature mentioned in the issue is moving through our development pipeline. Currently we don't have native functionality to deploy certificates for features other than MDM, but hopefully that will change soon.