|
@@ -7,6 +7,7 @@ import { createSubscribedElement } from '../../UnstatedUtils';
|
|
|
import AppContainer from '../../../services/AppContainer';
|
|
import AppContainer from '../../../services/AppContainer';
|
|
|
import LdapSecuritySetting from './LdapSecuritySetting';
|
|
import LdapSecuritySetting from './LdapSecuritySetting';
|
|
|
import LocalSecuritySetting from './LocalSecuritySetting';
|
|
import LocalSecuritySetting from './LocalSecuritySetting';
|
|
|
|
|
+import SamlSecuritySetting from './SamlSecuritySetting';
|
|
|
|
|
|
|
|
class SecurityManagement extends React.Component {
|
|
class SecurityManagement extends React.Component {
|
|
|
|
|
|
|
@@ -147,7 +148,7 @@ class SecurityManagement extends React.Component {
|
|
|
<LdapSecuritySetting />
|
|
<LdapSecuritySetting />
|
|
|
</div>
|
|
</div>
|
|
|
<div id="passport-saml" className="tab-pane" role="tabpanel">
|
|
<div id="passport-saml" className="tab-pane" role="tabpanel">
|
|
|
- {/* TODO GW-544 reactify saml.html */}
|
|
|
|
|
|
|
+ <SamlSecuritySetting />
|
|
|
</div>
|
|
</div>
|
|
|
<div id="passport-oidc" className="tab-pane" role="tabpanel">
|
|
<div id="passport-oidc" className="tab-pane" role="tabpanel">
|
|
|
{/* TODO GW-545 reactify oidc.html */}
|
|
{/* TODO GW-545 reactify oidc.html */}
|