Hi there, I'm trying to setup auth0 authenticatio...
# ask-community
z
Hi there, I'm trying to setup auth0 authentication on a self hosted prefect. Is this a supported feature? I'm unable to find anything in docs. I saw @Marvin’s comments that same approach should work for self hosted but not able to implement it. The comment was from 10/2024, perhaps someone was successful implementing this in a self hosted prefect?
m
It seems that there isn't much documentation or issues directly addressing Auth0 authentication specifically for self-hosted Prefect setups. The available documentation primarily focuses on configuring single sign-on (SSO) for Prefect Cloud, which supports identity providers using OIDC and SAML 2.0 protocols. You can find more about this on Prefect's SSO configuration page. If you're attempting to implement Auth0 for a self-hosted Prefect setup, it might require custom integration. You could consider leveraging the OIDC or SAML 2.0 support mentioned for Prefect Cloud and adapt it to your self-hosted environment. This might involve configuring your Prefect server to authenticate users through Auth0 using these protocols. Unfortunately, without explicit documentation or community discussions found, this might require some experimentation or reaching out to the Prefect community for insights or shared experiences.