Skip to content

Commit

Permalink
Allow organizationId for SSO carto3 support (#445)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorVelarde authored Jul 5, 2022
1 parent 49f0745 commit 822eae3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions packages/react-redux/src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ type InitialCarto2State = {
type OauthCarto3 = {
domain: string,
clientId: string,
organizationId: string,
scopes: Array<string>
audience: string,
authorizeEndPoint: string
Expand Down

0 comments on commit 822eae3

Please sign in to comment.