Specifying which custom attributes from an identity provider to use in IBM Cloud Pak for Data
Upgrade to IBM Software Hub Version 5.1 before IBM Cloud Pak for Data Version 4.8 reaches end of support. For more information, see Upgrading from IBM Cloud Pak for Data Version 4.8 to IBM Software Hub Version 5.1.
After you add the attributes to the Identity Management Service, you must tell Cloud Pak for Data which attributes can be used to create dynamic user groups.
About this task
attributes-configmap
ConfigMap for the instance includes the following attributes:- Location
- Nationality
- Organization
- User type
To use additional attributes in dynamic user groups, you must add the
attributes to the attributes_dictionary array in the attributes-configmap
ConfigMap.
| Property | Description |
|---|---|
<uniqueID> |
A unique identifier for the attribute. |
displayName |
The name of the attribute to display in the web client. |
attribute_type |
The type of the attribute. Only |
type |
The data type of the attribute. Only the |
enabled |
Whether to display this attribute in the web client. To use the attribute to create
dynamic user groups, you must set this property to |
path |
The path to the attribute.
|
{
"<uniqueID>": {
"displayName": "<Display name>",
"attribute_type": "simple",
"type": "data-type",
"enabled": true,
"path":"<path-to-the-attribute>"
},Procedure
What to do next
Now that you've added the custom attributes to the attributes-configmap
ConfigMap, you can use the attributes to create dynamic user groups.