From cfe8e53bc1021e9439bef25f309c2e7189a15e0d Mon Sep 17 00:00:00 2001 From: Joy Wang <108701016+joyqvq@users.noreply.github.com> Date: Tue, 10 Sep 2024 11:48:03 -0400 Subject: [PATCH] chore: update doc for new providers (#19224) ## Description Describe the changes or additions included in this PR. ## Test plan How did you test the new or updated feature? --- ## Release notes Check each box that your changes affect. If none of the boxes relate to your changes, release notes aren't required. For each box you select, include information after the relevant heading that describes the impact of your changes that a user might notice and any actions they must take to implement updates. - [ ] Protocol: - [ ] Nodes (Validators and Full nodes): - [ ] Indexer: - [ ] JSON-RPC: - [ ] GraphQL: - [ ] CLI: - [ ] Rust SDK: - [ ] REST API: --------- Co-authored-by: ronny-mysten <118224482+ronny-mysten@users.noreply.github.com> --- docs/content/snippets/openid-providers.mdx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/content/snippets/openid-providers.mdx b/docs/content/snippets/openid-providers.mdx index f66f9b014960b..a8373daf8764d 100644 --- a/docs/content/snippets/openid-providers.mdx +++ b/docs/content/snippets/openid-providers.mdx @@ -9,11 +9,13 @@ The following table lists the OpenID providers that can support zkLogin or are c | Slack | Yes | Yes | No | No | | Kakao | Yes | Yes | No | No | | Microsoft | Yes | Yes | No | No | -| AWS (Tenant) | Yes | Yes | No | No | -| Karrier One | Yes | Yes | No | No | -| Credenza3 | Yes | Yes | No | No | +| AWS (Tenant)*| Yes | Yes | Yes | Yes | +| Karrier One | Yes | Yes | Yes | Yes | +| Credenza3 | Yes | Yes | Yes | Yes | | RedBull | Under review | No | No | No | | Amazon | Under review | No | No | No | | WeChat | Under review | No | No | No | | Auth0 | Under review | No | No | No | -| Okta | Under review | No | No | No | \ No newline at end of file +| Okta | Under review | No | No | No | + +* Sui supports AWS (Tenant) but the provider is enabled per tenant. Contact us for more information. \ No newline at end of file