Skip to content

Commit c9de076

Browse files
authored
Fix default oauth token configuration (#1310)
1 parent b8e4254 commit c9de076

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

core/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,11 @@ api_platform:
160160
# The OAuth flow grant type.
161161
flow: 'application'
162162

163-
# The OAuth token URL.
164-
tokenUrl: '/oauth/v2/token'
163+
# The OAuth token URL. Make sure to check the specification tokenUrl is not needed for an implicit flow.
164+
tokenUrl: ''
165165

166166
# The OAuth authentication URL.
167-
authorizationUrl: '/oauth/v2/auth'
167+
authorizationUrl: ''
168168

169169
# The OAuth scopes.
170170
scopes: []

0 commit comments

Comments
 (0)