Data Certification issueIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> Symptoms Details: We are running a data certification process and we are noticing some behavior in the system that we don't think is normal and would like some assistance with. We do not want to have to add an ITIL role for everyone who needs to perform certification. Additionally, we'd like to know if after we add the certification role to users, if we can still have them go into the CMS portal and not be redirected to the IT version of the portal. Release Jakarta ,Kingston Cause Platform DESIGN only allows Users with certification role to certify Resolution Add Role "certification" to the users, Role certification & certification_admin are the only roles that allow you to do certifications on APPLICATION, THE SAME RULES WILL APPLY ON THE Service portal. Now if you want to redirect these users directly to the portal customization is required to check their login on this role only and redirect to Service Portal here is a community based article on role based redirection to the Service Portal https://community.servicenow.com/community?id=community_blog&sys_id=cbcda2e9dbd0dbc01dcaf3231f961949 , To redirect to CMS siteYou may need to add a UI script that checks the role of the user and if the user has only certification role, send them to CMS sitehttps://community.servicenow.com/community?id=community_question&sys_id=4c8543eddbd8dbc01dcaf3231f9619d7 Additional Information END USERS CANNOT CERTIFY TASK UNLESS THEY HAVE CERTIFICATION ROLE, AND IF THEY ARE ADDED A ROLE THEN THERE NEEDS TO BE CUSTOMIZATION TO REDIRECT END USERS TO THE CMS/PORTAL AS THEY ARE NO LONGER AUTOMATIC REDIRECTION TO CMS/PORTAL.