apps/docs/content/guides/integrate/login/oidc/index.mdx
{/* THIS FILE IS AUTO-GENERATED FROM SIDEBAR-DATA. ANY MANUAL CHANGES WILL BE OVERWRITTEN. */}
import { Card, Cards } from 'fumadocs-ui/components/card'; import { FileText, Folder, Link as LinkIcon } from 'lucide-react';
<Cards> <Card title="Oauth Recommended Flows" href="/guides/integrate/login/oidc/oauth-recommended-flows" icon={<FileText />} /> <Card title="Login Users" href="/guides/integrate/login/oidc/login-users" icon={<FileText />} /> <Card title="Device Authorization" href="/guides/integrate/login/oidc/device-authorization" icon={<FileText />} /> <Card title="Endpoints" href="/apis/openidoauth/endpoints" icon={<FileText />} /> <Card title="Authn Methods" href="/apis/openidoauth/authn-methods" icon={<FileText />} /> <Card title="Scopes" href="/apis/openidoauth/scopes" icon={<FileText />} /> <Card title="Claims" href="/apis/openidoauth/claims" icon={<FileText />} /> <Card title="Grant Types" href="/apis/openidoauth/grant-types" icon={<FileText />} /> <Card title="Authrequest" href="/apis/openidoauth/authrequest" icon={<FileText />} /> <Card title="Webkeys" href="/guides/integrate/login/oidc/webkeys" icon={<FileText />} /> <Card title="Token Exchange" href="/guides/integrate/token-exchange" icon={<FileText />} /> </Cards>