0

目前,Admin SDK 文档说,我只能以编程方式为租户创建 SAML 或 OpenID Connect 提供程序。有没有办法通过 Admin SDK (Microsoft, Google) 创建默认提供程序?

4

1 回答 1

0

您可以创建一个提供程序,正如我们可以在这些文档中阅读的那样 [1] [2],但我不知道如何将其设为“默认”,我猜您会选择在配置时创建的那个 [3 ]。


[1] https://cloud.google.com/identity-platform/docs/multi-tenancy-managing-tenants#creating_a_provider

[2] https://cloud.google.com/identity-platform/docs/managing-providers-programmatically#getting_a_saml_provider_configuration

[3] https://cloud.google.com/identity-platform/docs/web/saml#configuring_the_provider

于 2020-08-24T15:16:25.357 回答