Add Operator skills dynamically during SAML SSO authentication
Hi,
We are implementing SSO, and we want to create operators on the fly. We are good specifying the access group, the organization, division, unit, etc. But one thing we don't know yet how to implement is how to properly add skills to the new operator... The skills are already created on the application, but we need to be able to add them dynamically to the Operator based on the group information we get from SAML.
I noticed the Engine API documentation for PRAuthorization provides a method to dynamically add roles, but not skills.
I might try using the post authentication activity and add the skills there, but not sure if that is the right approach...
Any ideas are welcome,
Thanks
-Jose