import React from 'react'; import SettingsList from './settings-list'; export const OIDCSettings: React.FunctionComponent = () => { return (
Change the behavior of the OIDC authentication mechanism for server connection and Atlas Login in Compass.
MongoDB server OIDC Authentication options
); }; export default OIDCSettings;