2026-07-25 19:16:35 -04:00
# Managing Your Account & Passkeys
2026-07-25 14:25:33 -04:00
2026-07-25 19:16:35 -04:00
Your account across **The Nest** is managed by **Keycloak** , our central identity and access platform. Keycloak acts as the digital keyring for all services, ensuring your login experience is seamless, consistent, and passwordless.
---
2026-07-25 14:25:33 -04:00
## What Keycloak Does
2026-07-25 19:16:35 -04:00
Keycloak works behind the scenes to handle three core functions:
* **Single Sign-On (SSO):** Log in once to gain access to all connected Nest applications (such as Matrix, Forgejo, or Vaultwarden).
* **Passwordless Authentication:** Securely verifies your identity using WebAuthn passkeys instead of traditional passwords.
* **Group Access Control:** Grants or restricts access to specific services based on your account's group memberships.
2026-07-25 14:25:33 -04:00
2026-07-25 19:16:35 -04:00
---
2026-07-25 14:25:33 -04:00
2026-07-25 19:16:35 -04:00
## Managing Your Passkeys
2026-07-25 14:25:33 -04:00
2026-07-25 19:16:35 -04:00
You have full control over your authentication devices! You can view, add, or remove passkeys at any time directly from your account dashboard.
2026-07-25 14:25:33 -04:00
2026-07-25 19:16:35 -04:00
### Viewing Your Enrolled Passkeys
1. Visit [sso.mynest.love ](https://sso.mynest.love ) and sign in.
2. Click on **Account** (or navigate to **Security Devices** ).
3. Here, you will see a list of all devices and passkeys currently linked to your account.
2026-07-25 14:25:33 -04:00
2026-07-25 19:16:35 -04:00
### Adding a New Passkey
1. From your Keycloak account page, navigate to **Security Devices** and click **Add** .
2. Follow your browser or device prompts to register your new passkey (e.g., a smartphone, security key, or browser password manager).
3. Give your passkey a recognizable name (such as *"Work Laptop"* or *"Personal iPhone"* ) to keep track of your devices easily.
2026-07-25 14:25:33 -04:00
### Removing a Passkey
2026-07-25 19:16:35 -04:00
* To remove an old device, locate it under **Security Devices** and select **Delete** .
* **Safety Feature:** Keycloak prevents you from deleting your final remaining passkey to ensure you don't lock yourself out. You must enroll a replacement passkey before removing the last one.
2026-07-25 14:25:33 -04:00
2026-07-25 19:16:35 -04:00
---
2026-07-25 14:25:33 -04:00
2026-07-25 19:16:35 -04:00
## Group-Based Permissions
2026-07-25 14:25:33 -04:00
2026-07-25 19:16:35 -04:00
Your access to different applications across The Nest is managed through **Keycloak Groups** . In most cases, group names match the service they unlock (for example, belonging to the `foundry-vtt` group gives you access to Foundry VTT).
2026-07-25 14:25:33 -04:00
2026-07-25 19:16:35 -04:00
To request access to additional services, please see the [Requesting Service Access ](../access-requests.md ) guide.
2026-07-25 14:25:33 -04:00
2026-07-25 19:16:35 -04:00
---
2026-07-25 14:25:33 -04:00
## Account Recovery
2026-07-25 19:16:35 -04:00
If you lose access to all of your enrolled devices or passkeys:
2026-07-25 14:25:33 -04:00
2026-07-25 19:16:35 -04:00
1. Reach out to an administrator on Matrix at `@nest:starling.mynest.love` .
2. Verify your identity using the email address linked to your account.
3. An administrator will send you a secure recovery link to reset your credentials and register a new passkey.
---
2026-07-25 14:25:33 -04:00
## Related Services
2026-07-25 19:16:35 -04:00
Here are a few core platforms that integrate directly with Keycloak:
* **[Matrix ](../communication-and-security/matrix.md ):** Unified chat and voice login via SSO.
* **[Vaultwarden ](../communication-and-security/vaultwarden.md ):** Can store and manage passkeys securely across devices.
* **[Forgejo ](../productivity-and-creation/forgejo.md ):** Seamless identity management for code repositories.
2026-07-25 14:25:33 -04:00
---
2026-07-25 19:16:35 -04:00
> [!NOTE]
> *Screenshots of the Keycloak Security Devices page will be added in a future update!*