Skip to content

Commit 1f1a793

Browse files
feat: client credential no mandatory with pkce enable
1 parent 69314c8 commit 1f1a793

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

demo/apis.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"models/demo-api/demo-api.raml": "RAML 1.0",
33
"models/appian-api/appian-api.raml": "RAML 1.0",
4+
"models/oAuth2/oAuth2.raml": "RAML 1.0",
45
"models/nexmo-sms-api/nexmo-sms-api.raml": "RAML 1.0",
56
"models/google-drive-api/google-drive-api.raml": "RAML 1.0",
67
"models/httpbin/httpbin.json": ["OAS 2.0", "application/json"],

demo/standalone/app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class ApicApplication extends DemoBase {
1313
this.apis = [
1414
['google-drive-api', 'Google Drive API'],
1515
['httpbin', 'HTTPbin API'],
16+
['oAuth2', 'oAuth2'],
1617
['data-type-fragment', 'RAML data type fragment'],
1718
['demo-api', 'Demo API'],
1819
['jldAsync26', 'Async API 2.6'],
@@ -32,7 +33,7 @@ class ApicApplication extends DemoBase {
3233
demoTemplate() {
3334
return html`<api-console-app
3435
app
35-
redirecturi="https://auth.advancedrestclient.com/oauth-popup.html"
36+
redirecturi="http://localhost:3000/public/oauth-popup.html"
3637
oauth2clientid="821776164331-rserncqpdsq32lmbf5cfeolgcoujb6fm.apps.googleusercontent.com"
3738
rearrangeEndpoints
3839
>

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)