Hi,
I am building an Apex application where users login through SSO (Single-Sign-On) server.
I am able to get a property like &APP_USER. to get the user login information but is that the only piece of information I can get?
I also wanted to create user groups (e.g. named 'Managers') so that when a person will login to my application it will know what data to display.
I have already created a group but the biggest issue I have is that I cannot add SSO users to that group (I guess there is no way of apex to know who might enter the app). On the other hand - I don't want to create new users because Apex forces me to create a password for them - and I don't want my users to have to remember a new password - just use SSO.
Any pointers greatly appreciated!
Regards,
Pawel.