Summary
The user is facing issues with Okta as their OIDC provider while transitioning from Auth0. They have updated the clientID
, client_secret
, and base_url
for Okta but are receiving errors in the flyte-backend-binary
logs related to cookie retrieval and token acquisition. The logs show that the flyte_idt
cookie is missing, causing token retrieval failures and redirection to the login handler. The user tested this on flyte-binary 1.13.0
and believes the issue is not related to a previously reported problem on GitHub, but rather with the callback
URL. The initial URL from the Okta login returns a 502 bad gateway
, and refreshing it results in a 403 Forbidden
error, which may provide clues to the underlying issue.