> ## Documentation Index
> Fetch the complete documentation index at: https://www.ghostwriter.wiki/llms.txt
> Use this file to discover all available pages before exploring further.

# Access, Authentication, & Session Controls

> Everything that manages how users authenticate, what they can access, and how their web sessions work

<CardGroup cols={2}>
  <Card title="Single Sign-On" icon="key" iconType="solid" href="/features/access-authentication-and-session-controls/single-sign-on" />

  <Card title="Multi-Factor Authentication" icon="shield-halved" iconType="solid" href="/features/access-authentication-and-session-controls/multi-factor-authentication" />

  <Card title="Role-Based Access Controls" icon="users-gear" iconType="solid" href="/features/access-authentication-and-session-controls/role-based-access-controls" />

  <Card title="Session Management" icon="clock" iconType="solid" href="/features/access-authentication-and-session-controls/session-management" />
</CardGroup>
