Configuration API
This section contains a collection of samples demonstrating the configuration API in Duende IdentityServer.
Dynamic Client Registration
Section titled “Dynamic Client Registration”This sample of the IdentityServer.Configuration API shows how to make simple Dynamic Client Registration (DCR)
requests.
Dynamic Client Registration Clients Sample GitHub Repository for the Dynamic Client Registration Sample
Permissions
Section titled “Permissions”This sample of the IdentityServer.Configuration API shows how you might make authorization decisions during Dynamic
Client Registration (DCR).
Permissions Sample GitHub Repository for the Permissions Sample
CI/CD Pipeline Using a Personal Access Token
Section titled “CI/CD Pipeline Using a Personal Access Token”This sample of the IdentityServer.Configuration API shows how you might use Personal Access Tokens to authorize access to the configuration API in a CI/CD pipeline.
CI/CD Pipeline Using a Personal Access Token Sample GitHub Repository for the CI/CD Pipeline Using a Personal Access Token Sample
Software Statement
Section titled “Software Statement”This sample of the IdentityServer.Configuration API shows how you might use a software statement to pass client metadata values used in Dynamic Client Registration.
Software Statement Sample GitHub Repository for the Software Statement Sample