davidjumani commented on a change in pull request #170: URL: https://github.com/apache/cloudstack-primate/pull/170#discussion_r445467226
########## File path: src/config/section/user.js ########## @@ -69,6 +69,14 @@ export default { dataView: true, show: (record) => { return record.state === 'enabled' } }, + { + api: 'authorizeSamlSso', + icon: 'check-circle', + label: 'Configure SAML SSO Authorization', + dataView: true, + popup: true, + component: () => import('@/views/iam/ConfigureSamlSsoAuth.vue') Review comment: Could an AutogenView be used instead with mapping for enabling & disabling based on a flag? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org