Power BI Refresh Error:
250006
What does this error mean?
The Python connector could not reach the configured Identity Provider (IdP) during SSO or federated authentication. The connector is unable to obtain or validate a SAML token because the IdP endpoint is unreachable.
Common causes
- 1The IdP URL configured in Snowflake (or in the connector) is incorrect or unreachable from the client network
- 2Firewall or proxy blocking outbound HTTPS to the IdP endpoint
- 3IdP service is temporarily down or experiencing degraded connectivity
- 4DNS resolution failure for the IdP hostname
- 5SSO integration in Snowflake is misconfigured (wrong entityId or login URL)
How to fix it
- 1Verify the IdP endpoint URL is reachable: curl -I https://<your-idp-url>.
- 2Check that the client network allows outbound HTTPS (443) to the IdP host.
- 3In Snowflake, review the SAML2 security integration: SHOW SECURITY INTEGRATIONS and DESCRIBE INTEGRATION <name>.
- 4If using Okta/ADFS/Azure AD, check the IdP service status dashboard.
- 5Test connectivity with a direct browser login (SSO) from the same network to isolate the issue.
Frequently asked questions
Official documentation: https://github.com/snowflakedb/snowflake-connector-python/blob/main/src/snowflake/connector/errorcode.py