Creating Groups in a UAA Instance
If you design your application to authorize using specific scopes, you can create groups corresponding to those scopes in UAA and assign users to those groups. When the users log into your web application, the application redirects them to UAA. If a user is in the specified group and you chose to authorize the web application with that scope, the web application gets a signed token that contains that scope.
About This Task
Predix platform services have scopes specific to each service. When you create users for these services, you can create groups corresponding to these scopes to provide permissions specific to a service. After creating groups, you can assign users to the required groups.
For example, if you use the Time Series service, you must create the timeseries.zones.<instance_id>.user
and timeseries.zones.<instance_id>.ingest
groups for users with data ingestion permission.
For a list of scopes for all platform services, see Authorities or Scopes Required for Platform Services.
Use the following procedure to create groups in UAA: