we have a cloud foundry demo installation for customers. Customers are able to create an account. Now, I would like t assign automatically a specific org and space incl. roles to every new user.
Is that possible?
we have a cloud foundry demo installation for customers. Customers are able to create an account. Now, I would like t assign automatically a specific org and space incl. roles to every new user.
Is that possible?
您可以创建一个 Web 应用程序,用户去创建他们的帐户,然后使用 uaa apis 和云控制器 apis 来创建用户并将其分配给您想要的任何内容。此应用程序可以使用具有适当权限的 uaa 客户帐户。
如果您只希望用户使用您的应用程序创建他们的帐户,我相信您可以告诉 uaa 使用“login.self_service_links_enabled=false”在 uaa ui 中禁用自助服务链接,并且可以通过删除来阻止人们在 CLI 上创建自己的帐户来自 cf 客户端的“scim.write”范围。
没有开箱即用的东西可以做到这一点。我在事件 API中看不到任何你可以插入的东西。