We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b579483 commit b342e0dCopy full SHA for b342e0d
examples/clients/typescript/everything-client.ts
@@ -338,7 +338,8 @@ export async function runPreRegistration(serverUrl: string): Promise<void> {
338
// Pre-set the client information so the SDK won't attempt DCR
339
provider.saveClientInformation({
340
client_id: ctx.client_id,
341
- client_secret: ctx.client_secret
+ client_secret: ctx.client_secret,
342
+ redirect_uris: ['http://localhost:3000/callback']
343
});
344
345
// Use the provider-based middleware
0 commit comments