Skip to content

Instantly share code, notes, and snippets.

@nickadam
Created August 16, 2023 14:31
Show Gist options
  • Save nickadam/a42fbba6a40aec317ac6d987d0d2ec5c to your computer and use it in GitHub Desktop.
Save nickadam/a42fbba6a40aec317ac6d987d0d2ec5c to your computer and use it in GitHub Desktop.
Duo phone setup

Duo phone setup

graph TD
  A[Go to Manage Duo in S/SAM] --> B{Is the toggle greyed out\nor duo not required?}
  B -- Yes --> C[Setup/restore the phone]
  B -- No --> D{Are there MFA methods?}
  D -- Yes --> E{Is one of the methods\nthe hcpss device\nbeing replaced?}
  D -- No --> F[Begin phone setup/restore,\nstop at home screen]
  F --> G{Is the duo app\non the new phone?}
  G -- No --> H[Wait longer\nor install manually]
  H --> G
  E -- Yes --> J[Remove it]
  J --> D
  E -- No --> K{Does the user have\nany method with them?}
  K -- Yes --> L(Duo will prompt for this method)
  L --> F
  K -- No --> M[Create a bypass code]
  M --> L
  G -- Yes --> I[Setup outlook or mail app \nor access Workday from safari\nto invoke Duo prompt]
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment