【发布时间】:2020-05-23 00:28:32
【问题描述】:
我们正在为我们的客户使用 UAA 的多租户功能。 因此,我们需要为每个客户创建一个身份区域来管理各个客户的信息。
但是,根据文档,我无法找到如何创建 identity zone admin 范围为 zone.<zoneid>.admin 并获取此管理员令牌。
Name Description
Authorization Access token with scim.write or uaa.admin scope required
X-Identity-Zone-Id May include this header to administer another zone if using zones.<zoneId>.admin or uaa.admin scope against the default UAA zone.
X-Identity-Zone-Subdomain If using a zones.<zoneId>.admin scope/token, indicates what Identity Zone this request goes to by supplying a subdomain.
Create User API Reference Link
是否有任何我们可以参考的指南或指导?
谢谢
【问题讨论】:
-
@DanielMikusa,感谢您的指出。完全错过了这部分。它有效!
标签: cloud-foundry cloudfoundry-uaa