Welcome To Duende IdentityServer
Meet Duende IdentityServer. A secure, flexible, and standards-compliant framework for OpenID Connect and OAuth
2.0.
Use it as-is, or with full control of your UI, UX, business logic, and data. You decide.
Next Steps
Some common next steps for configuring your instance of IdentityServer may include adding clients, adding a user store, configure data protection, learn about our security best practices, and watch our quickstart guides.
Included in this Template
- Admin Dashboard – View a high-level overview of your IdentityServer instance.
- Clients – Configure and manage interactive and machine-to-machine clients.
- Identity Scopes – Configure and manage identity-resource scopes and their claims.
- API Scopes – Configure and manage API scopes and their claims.
- Server-Side Sessions – View and revoke active sessions managed by IdentityServer.
Customize and extend IdentityServer
This template is a starting point for building and implementing IdentityServer.
Use, modify and implement this code in your projects as you see fit. It is up to you to maintain the IdentityServer user interface.
Check out our docs and developer community if you need assistance.
User Store Customization
An in-memory test user store is included for demonstration purposes. It must be replaced before you go to production. See our user-store guidance for supported implementations backed by a database.