Okta Group Attributes

那年仲夏 提交于 2019-12-04 18:51:32

For 1), you cannot directly associate attributes with groups. But there might be a round-about approach here.

You can have users as members of groups. In the profile editor where you define the attribute mappings, use conditions based on group functions to set attribute values accordingly. See here - http://developer.okta.com/docs/api/getting_started/okta_expression_lang.html for more details on the expression language we support from within the product.

Another approach is to use our API to set the user attributes - having the logic implemented outside of Okta.

2) You can associate apps with groups by using the "manage apps" option under the group object. In doing so, app assignments are then tied to group membership rather than through direct assignments.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!