diff --git a/src/crewai/cli/authentication/constants.py b/src/crewai/cli/authentication/constants.py index 1bff9b362..dfb8d2df3 100644 --- a/src/crewai/cli/authentication/constants.py +++ b/src/crewai/cli/authentication/constants.py @@ -1,4 +1,6 @@ ALGORITHMS = ["RS256"] -AUTH0_DOMAIN = "crewai.us.auth0.com" -AUTH0_CLIENT_ID = "DEVC5Fw6NlRoSzmDCcOhVq85EfLBjKa8" -AUTH0_AUDIENCE = "https://crewai.us.auth0.com/api/v2/" +WORKOS_DOMAIN = "innovative-soap-49-staging.authkit.app" +WORKOS_CLIENT_ID = "client_01JTK5C207TZBSXQWCVWB1X6HK" +WORKOS_TOKEN_URL = f"https://{WORKOS_DOMAIN}/oauth2/token" +WORKOS_AUTHORIZE_URL = f"https://{WORKOS_DOMAIN}/oauth2/authorize" +WORKOS_ENVIRONMENT_ID = "client_01JNJQWB4HG8T5980R5VHP057C"