diff --git a/CHANGELOG.md b/CHANGELOG.md index cc34f9d3b..0cb3e8bef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ ## Not released - Use labels to calculate BarWidgetUI margin [#444](https://github.com/CartoDB/carto-react/pull/444) +- Allow specifying organizationId in OAuth to support SSO in carto3 [#445](https://github.com/CartoDB/carto-react/pull/445) + ## 1.3 diff --git a/packages/react-redux/src/types.d.ts b/packages/react-redux/src/types.d.ts index 6756ac839..b5bfccc26 100644 --- a/packages/react-redux/src/types.d.ts +++ b/packages/react-redux/src/types.d.ts @@ -26,6 +26,7 @@ type InitialCarto2State = { type OauthCarto3 = { domain: string, clientId: string, + organizationId: string, scopes: Array audience: string, authorizeEndPoint: string