Skip to content

feat(dev-portal) update Auth0 DCR how-to to use Konnect API#5643

Open
lmilan wants to merge 4 commits into
mainfrom
feat/auth0-dcr-api
Open

feat(dev-portal) update Auth0 DCR how-to to use Konnect API#5643
lmilan wants to merge 4 commits into
mainfrom
feat/auth0-dcr-api

Conversation

@lmilan

@lmilan lmilan commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Description

Fixes #1559

Preview Links

Checklist

  • Tested how-to docs. If not, note why here.
  • All pages contain metadata.
  • Any new docs link to existing docs.
  • All autogenerated instructions render correctly (API, decK, Konnect, Kong Manager).
  • Style guide (capitalized gateway entities, placeholder URLs) implemented correctly.
  • Every page has a description entry in frontmatter.
  • Add new pages to the product documentation index (if applicable).

@lmilan lmilan self-assigned this Jun 19, 2026
@lmilan lmilan requested a review from a team as a code owner June 19, 2026 13:45
Copilot AI review requested due to automatic review settings June 19, 2026 13:45
@netlify

netlify Bot commented Jun 19, 2026

Copy link
Copy Markdown

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit c434da7
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/6a39211677a2fa0008975ea7
😎 Deploy Preview https://deploy-preview-5643--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Auth0 Dynamic Client Registration (DCR) Dev Portal how-to to use Konnect API requests instead of Konnect UI steps, aligning the guide with the “API-first” workflow requested in #1559.

Changes:

  • Adds tools: [konnect-api] metadata and shifts prerequisites to API-based Dev Portal + API publishing setup.
  • Replaces UI-driven DCR provider and auth strategy configuration with konnect_api_request blocks for /v2/dcr-providers and /v2/application-auth-strategies.
  • Adds API-based instructions to apply the auth strategy to a published API via /v3/apis/{apiId}/publications/{portalId}.

Comment on lines +108 to +110
export CLIENT_ID='YOUR-AUTH0-CLIENT-ID'
export CLIENT_SECRET='YOUR-AUTH0-CLIENT-SECRET'
export ISSUER_URL='https://AUTH0_TENANT_SUBDOMAIN.us.auth0.com'

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.

Comment on lines +111 to +117
7. On the application's **Settings** tab, locate the values for **Client ID** and **Client Secret**, then export them:

```sh
export CLIENT_ID='YOUR-AUTH0-CLIENT-ID'
export CLIENT_SECRET='YOUR-AUTH0-CLIENT-SECRET'
export ISSUER_URL='https://AUTH0_TENANT_SUBDOMAIN.us.auth0.com'
```
Comment on lines +155 to +159
provider_type: auth0
issuer: "$ISSUER_URL"
dcr_config:
initial_client_id: "$CLIENT_ID"
initial_client_secret: "$CLIENT_SECRET"
Comment on lines +184 to +186
openid-connect:
issuer: "$ISSUER_URL"
credential_claim:
Comment on lines +163 to +164
{:.info}
> **Note:** If you're using a custom domain for Auth0, add `initial_client_audience: "$CLIENT_AUDIENCE"` to the `dcr_config`. If you're using Developer Managed Scopes, add `use_developer_managed_scopes: true` to the `dcr_config`.
Comment on lines 9 to +12
1. After the application is created, the Client ID and Client Secret will be displayed.
Make sure to store these values, as they will only be shown once.

1. After the application is created, it will appear your IdP. From your IdP organization, select **Applications** from the sidebar. You will see the application created in the Dev Portal, along with its corresponding Client ID.
1. After the application is created, it will appear in your IdP. From your IdP organization, select **Applications** from the sidebar. You will see the application created in the Dev Portal, along with its corresponding Client ID.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update: Auth0 DCR how to

2 participants