hxue Posted December 10, 2019 Share Posted December 10, 2019 We are using jasperserver-pro, and have SSO integreted.By default, all the SSO user login as ROLE_USER, and go to XXX orgranization.<property name="defaultOrganization" value="XXX" /> <property name="defaultInternalRoles"> <list> <value>ROLE_USER</value> </list> </property>When a SSO user login named "Jack", he only has ROLE_USER, then we created another role under XXX organization called DEMO_USER.Here is the problem, when we assgin ROLE_ADMINISTRATOR and DEMO_USER to him, at that point of time, he has both role and he is able to manage user.But when he logout and login, the role ROLE_ADMINISTRATOR is gone, DEMO_USER is still there. Link to comment Share on other sites More sharing options...
elizam Posted December 10, 2019 Share Posted December 10, 2019 You cannot assign roles through the Jasper interface and have them stick for external users. The only roles a user can keep are ones generated through the external authentication process. You need to set up assignment of admin roles in your application context file. Link to comment Share on other sites More sharing options...
hxue Posted December 13, 2019 Author Share Posted December 13, 2019 Thanks, I figured out the problem.The solution is:Comment out this property "organizationRoleMap" in applicationContext-externalAuth-saml.xml Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now