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

fix: changes for multitenancy dashboard #91

Merged
merged 11 commits into from
Jul 19, 2024

Conversation

sattvikc
Copy link
Collaborator

No description provided.

@sattvikc sattvikc changed the base branch from 5.0 to 5.1 May 15, 2024 05:50
api_spec.yaml Outdated

- `null`: When set to `null`, the SDK will use firstFactors defined in the SDK
- `[]` (empty array): No first factors would be enabled for the tenant
- non-empty array: The first factors that are enabled for the tenant
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These three points are very unclear.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For example when you say "the SDK will use" - what SDK? This is just an API spec. Another example, is non-empty array: The first factors that are enabled for the tenant -> when reading it, it makes no sense.

api_spec.yaml Outdated

If first factors are not specified while creating a new connection uri domain, all the login methods will be enabled by default.

`requiredSecondaryFactors` can be set to null to remove all entries in the core, or a non empty string array to be updated in the core. Setting of empty array is disallowed.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right. But what is the effect or removing it and setting it in the core? Please be clear. And make it a bullet point like you have done for firstFactors

api_spec.yaml Outdated

- `null`: When set to `null`, the SDK will use firstFactors defined in the SDK
- `[]` (empty array): No first factors would be enabled for the tenant
- non-empty array: The first factors that are enabled for the tenant
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are the values that it can accept if its non empty

@@ -5267,12 +5367,82 @@ paths:
'500':
$ref: '#/components/responses/500'

/recipe/multitenancy/connectionuridomain/list/v2:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also mention the possible factors that can be in the firstFactors and requiredSecondaryFactors

@rishabhpoddar rishabhpoddar merged commit 5a580f7 into 5.1 Jul 19, 2024
1 check passed
@rishabhpoddar rishabhpoddar deleted the feat/multitenancy-dashboard branch July 19, 2024 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants