Connect, learn, and share with thousands of IBM Cognos Analytics users!
See: https://www.ibm.com/communities/analytics/cognos-analytics-blog/administration-how-to-setup-and-authenticate-via-oidc-okta-integration-with-ad-on-premise-and-cognos-analytics-11-r9/
When AD users log into Cognos Analytics via the OKTA OpenID Connect Namespace, the AD groups are not exposed in the user’s identity. So, how can the group memberships be passed through to Cognos?
Here are the steps:
getFilteredGroups(app.profile.groupwhitelist, "group.name", 100)
NB: If an Authorization Server does NOT exist, then click on ‘Add Authorization Server’
Chrome : https://chrome.google.com/webstore/detail/postman/fhbjgbiflinjbdggehcddcbncdddomop?hl=en
Standalone : https://www.getpostman.com/
Download Collections : https://developer.okta.com/reference/postman_collections/
Add the api key value to the POSTMAN environment variables
'{
"name": "oidc_client",
"label": "
"status": "ACTIVE",
"signOnMode": "OPENID_CONNECT",
"profile": {
"groupwhitelist": ["
]
}
}'
https://dev-297076-admin.oktapreview.com/api/v1/groups?filter=type%20eq%20%22APP_GROUP%22
https://dev-297076-admin.oktapreview.com/api/v1/apps
Example of adding multiple AD groups to the whitelist
Copy