Skip to content

Commit f55113c

Browse files
authored
Update server-stateful-oauth.ts
1 parent 58dc473 commit f55113c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playground/servers/server-stateful-oauth.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ dotenv.config();
3333
],
3434
},
3535
disableEndpoints: {
36-
wellKnownAuthorizationServerMetadata: true,
37-
wellKnownProtectedResourceMetadata: true,
36+
wellKnownAuthorizationServerMetadata: false,
37+
wellKnownProtectedResourceMetadata: false,
3838
},
3939
// Storage Configuration - choose one of the following options:
4040

0 commit comments

Comments
 (0)