Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Add initial api_spec for Multitenancy APIs #131

Closed
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
390120a
Add initial api_spec
prateek3255 Jan 10, 2024
903c9c5
Fix get tenant spec
prateek3255 Jan 11, 2024
ff22620
Update Changelog
prateek3255 Jan 11, 2024
54b8773
Add create or update tenant API spec
prateek3255 Jan 15, 2024
3f07dc0
Update Changelog
prateek3255 Jan 15, 2024
77639a8
Add associate and disassociate tenant APIs to the spec
prateek3255 Jan 15, 2024
2ad9c13
Update Changelog
prateek3255 Jan 16, 2024
07fc107
Add all details for providers
prateek3255 Jan 16, 2024
2b60122
Add third party APIs
prateek3255 Jan 16, 2024
d958705
Added API spec
prateek3255 Jan 16, 2024
480516f
Add API spec for SAML with boxy and address reviews
prateek3255 Jan 17, 2024
0eb1191
Review updates for the SAML API
prateek3255 Jan 17, 2024
d72b508
Update link
prateek3255 Jan 17, 2024
89aaa5a
Update boxy API spec
prateek3255 Jan 18, 2024
7532d8c
Minor updates for consistency
prateek3255 Jan 18, 2024
ce66e71
Create common config and extend from that
prateek3255 Jan 18, 2024
15632a7
Add didConfigExist to delete thirdPartyConfig API
prateek3255 Jan 18, 2024
6bc3cf0
Add core config list API
prateek3255 Jan 23, 2024
53e0289
Add API to list built in factors and create a common schema for third…
prateek3255 Jan 23, 2024
5760742
Minor type changes
prateek3255 Jan 25, 2024
b864ad1
Minor updates to the API spec
prateek3255 Jan 25, 2024
672c424
Mark redirectURI as required
prateek3255 Jan 25, 2024
dcae70a
Update different across tenants description
prateek3255 Jan 26, 2024
da670c1
Merge branch 'master' into add-api-spec-for-multitenancy
prateek3255 Jan 29, 2024
11683b7
Remove unused errors
prateek3255 Jan 29, 2024
638bfd6
Remove boxy API from the spec
prateek3255 Jan 29, 2024
f9f0c8b
Update the spec to match the API
prateek3255 Feb 28, 2024
997c854
Fix typo in core config list API
prateek3255 Feb 28, 2024
367b0ee
Update core config API spec
prateek3255 Mar 13, 2024
6f9cef1
Review fixes for API spec
prateek3255 Mar 19, 2024
1442e5f
Use tenant id from path
prateek3255 Mar 19, 2024
b325baf
Fix formatting errors in spec
prateek3255 Mar 19, 2024
a855a9a
Update spec according to review change sin implementation
prateek3255 Mar 19, 2024
73c8cb4
Update config API spec
prateek3255 Mar 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

- Added API spec for Multitenancy dashboard

## [0.10.1] - 2024-01-09

- Fixed access denied modals zIndex value.
Expand Down
Loading
Loading