Accounts under ACCOUNT in the Settings drawer lets you connect identity providers to your EDGE Sword profile. Link Google or Slack so you can sign in without typing a password, and toggle whether each provider is allowed for your account.
Please note:
- Link using the same email address as your workspace account. Mismatched emails will not connect.
- If a provider shows "not configured on this server," your administrator must enable OAuth before you can link — this is separate from your personal link/unlink controls.
- OAuth sign-in complements but does not replace Account security, 2FA, and passkeys — use both for defense in depth.
| Control | Purpose |
|---|---|
| Connection status | Shows whether a Google account is linked |
| Link Google account | Opens an OAuth popup to authorize |
| Disconnect | Removes the link; email/password login still works |
| Allow sign-in with Google | When off, "Login with Google" is blocked for your user even if linked |
Slack
Slack works the same way: link with Sign in with Slack, disconnect when needed, and use Allow sign-in with Slack to permit or block Slack login for your profile.
| Step | Slack | |
|---|---|---|
| 1 | Open Settings → Accounts | Same |
| 2 | Click Link … account | Same |
| 3 | Complete OAuth in the popup (allow popups if blocked) | Same |
| 4 | Confirm connection status shows linked | Same |
Disconnecting asks for confirmation. You can still sign in with email and password if your workspace supports it.
sequenceDiagram participant User participant EDGE as EDGE Sword participant IdP as Google or Slack User->>EDGE: Link account EDGE->>IdP: OAuth popup IdP->>User: Approve same email IdP->>EDGE: Link success EDGE->>User: Provider shown as linked User->>EDGE: Toggle allow sign-in Note over User,EDGE: Disabling allow blocks login button even when linked
Security considerations
Linked accounts are personal — they do not grant workspace admin rights. Workspace-wide access still follows Roles, permissions, and RBAC.
For tenant-level hardening — role reviews, module sprawl, offboarding — use the Workspace security checklist. Admins configure OAuth providers at the server level; users manage links here. Your profile name and photo live under Profile and push notifications.
Troubleshooting
- Popup blocked — Allow popups for your EDGE Sword domain and try again
- Link fails — Verify the provider email matches your workspace email
- Provider not configured — Contact your administrator; no user-side fix is available