Skip to content

Latest commit

 

History

History
92 lines (84 loc) · 2.78 KB

File metadata and controls

92 lines (84 loc) · 2.78 KB
title Duende Software<br/> Docs
head
tag content
title
Duende Software Docs
description Get started building your .NET applications with IdentityServer, Backend-for-Frontend (BFF) and our open-source tools.
template splash
giscus false
hero
tagline image actions
Get started building your .NET applications with IdentityServer, Backend-for-Frontend (BFF) and our open-source tools.
dark light
../../assets/duende-logo-dark.svg
../../assets/duende-logo.svg
text link icon variant
Explore docs
/identityserver/
right-arrow
primary
text link icon variant
Join our Community
external
minimal

import { Card, CardGrid, LinkButton, Badge, } from "@astrojs/starlight/components"; import Newsletter from "/components/Newsletter.astro"; import TestimonialGrid from "/components/testimonial-grid.astro"; import Testimonial from "~/components/testimonial.astro";

    Install the Duende templates to get started quickly.

    ```bash title="Terminal"
    dotnet new install Duende.Templates
    ```
</Card>
<Card title="Demo Server" icon="setting" href="https://demo.duendesoftware.com">
    Try out our IdentityServer demo server.
    <LinkButton href="https://demo.duendesoftware.com" variant="secondary">
        Try it out
    </LinkButton>
</Card>
The most flexible and standards-compliant OpenID Connect and OAuth 2.0 framework for ASP.NET Core. Learn more Securing SPAs and Blazor WASM Applications once and for all, without storing tokens in the browser. Learn more .NET identity library for access token management. Learn more .NET identity library for OAuth 2.0 related protocol operations. Learn more .NET identity libraries for OpenID Connect related protocol operations. Learn more