mirror of
https://github.com/fleetdm/fleet
synced 2026-05-19 23:18:51 +00:00
Closes #1502. This PR adds support for SSO to the new user creation process. An admin now has the option to select SSO when creating a new user. When the confirmation form is submitted, the user is automatically authenticated with the IDP, and if successful, is redirected to the Kolide home page. Password authentication, password change and password reset are not allowed for an SSO user.
1 line
46 B
JavaScript
1 line
46 B
JavaScript
export default from './ConfirmSSOInviteForm';
|