check('root'); Navigation::activateItem('/admin/config/saml'); PageLayout::setTitle(_('SAML Verwaltung')); } public function index_action(): void { $this->render_vue_app( Studip\VueApp::create('SSOSAML') ->withProps([ ]) ); } }