Skip to content

Commit

Permalink
add bad links as strings (#1630)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanyqi authored Nov 19, 2024
1 parent 67159b5 commit 29e8efa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/docs/access-security/single-sign-on/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ You can also provision Groups of users in Azure to Mixpanel [Teams](/docs/orgs-a

Note that it is advised you turn on **IDP Managed Access** if you are using SCIM Provisioning. Otherwise, Okta and Mixpanel might fall out of sync.

Tenant URL: https://mixpanel.com/api/app/scim/v2
Tenant URL: `https://mixpanel.com/api/app/scim/v2`
2 changes: 1 addition & 1 deletion pages/docs/privacy/eu-residency.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Next, you'll need to set the server location to EU when initializing the Mixpane
- [Flutter](/docs/tracking-methods/sdks/flutter#eu-data-residency)

## Log in via SSO
If you want the IdP-initiated flow to direct to [eu.mixpanel.com](https://eu.mixpanel.com/), prepend "eu." to your postback URL. For example, [mixpanel.com/security/login/1](https://mixpanel.com/security/login/1) would need to be changed to [eu.mixpanel.com/security/login/1](https://eu.mixpanel.com/security/login/1).
If you want the IdP-initiated flow to direct to [eu.mixpanel.com](https://eu.mixpanel.com/), prepend "eu." to your postback URL. For example, `mixpanel.com/security/login/1` would need to be changed to `eu.mixpanel.com/security/login/1`.

## EU Residency and CDPs

Expand Down

0 comments on commit 29e8efa

Please sign in to comment.