We are in the process of implementing multi tenant using Federated Authentication. In order to filter the specific access to the Tenants Group Members we are using Custom Attributes in combination with data cubes and a security hierarchy. The concept works properly when the custom attribute is manually set at the group members custom attribute value section.
I’ll like to know what will be the best approach to “dynamically” initialize the value of the custom attribute at the time of doing the login. I want to clarify that we are using the federated authentication by specifying the uthBridge/Auth/ExternalAuth?providerId via URL. So if there is a way to initialize the custom attribute using query strings that’ll be the best option.
Thanks