Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Configure a “roles” attribute in an authorization policy in SSO managemet console to return all roles from both authorization method as well as from User object. i.e. we want to configure authorization policy that will return all roles from “method:roles” and also form “eidm_roles”.

Solution :

Given configuration string gives desired output

${eidm['roles'].stream().sorted().toList()}${method:roles} 

Highlight important information in a panel like this one. To edit this panel's color or style, select one of the options in the menu.

  • No labels