fleet icon indicating copy to clipboard operation
fleet copied to clipboard

How do you disable authentication for the Fleet Web UI?

Open EdBab opened this issue 6 years ago • 1 comments

Output from "fleet version" - > 2.3.0-2-ga688b5cf-dirty

I've been looking everywhere online and through the documentation and have not determined how to disable the fleet server authentication mechanism

I have a custom SSO solution that does not require the app to have any knowledge of it, but I need Fleet's solution to not interfere

Any help would be appreciated

EdBab avatar Oct 09 '19 22:10 EdBab

There's no way to do this without making code changes. You might be able to do it by removing the authenticatedUser middleware in https://github.com/kolide/fleet/blob/master/server/service/handler.go#L137, but this would break things in other places where an authenticated user is expected in the code.

The standard way to do SSO with Fleet is SAML with an identity provider.

zwass avatar Oct 22 '19 20:10 zwass