2026-07-08 22:46:46 +01:00
|
|
|
opencollection: 1.0.0
|
|
|
|
|
|
|
|
|
|
info:
|
|
|
|
|
name: blogs
|
|
|
|
|
config:
|
|
|
|
|
proxy:
|
|
|
|
|
inherit: true
|
|
|
|
|
config:
|
|
|
|
|
protocol: http
|
|
|
|
|
hostname: ""
|
|
|
|
|
port: ""
|
|
|
|
|
auth:
|
|
|
|
|
username: ""
|
|
|
|
|
password: ""
|
|
|
|
|
bypassProxy: ""
|
|
|
|
|
|
|
|
|
|
request:
|
|
|
|
|
auth:
|
|
|
|
|
type: oauth2
|
|
|
|
|
flow: authorization_code
|
|
|
|
|
authorizationUrl: "{{Authority}}/connect/authorize"
|
|
|
|
|
accessTokenUrl: "{{Authority}}/connect/token"
|
2026-07-08 23:16:04 +01:00
|
|
|
callbackUrl: "{{Authority}}"
|
2026-07-08 22:46:46 +01:00
|
|
|
credentials:
|
|
|
|
|
clientId: postit
|
2026-07-08 23:16:04 +01:00
|
|
|
placement: basic_auth_header
|
2026-07-08 22:46:46 +01:00
|
|
|
scope: openid blogs
|
|
|
|
|
pkce: {}
|
|
|
|
|
tokenConfig:
|
|
|
|
|
id: credentials
|
|
|
|
|
placement:
|
|
|
|
|
header: Bearer
|
|
|
|
|
source: access_token
|
|
|
|
|
settings:
|
|
|
|
|
autoFetchToken: true
|
|
|
|
|
autoRefreshToken: false
|
|
|
|
|
bundled: false
|
|
|
|
|
extensions:
|
|
|
|
|
bruno:
|
|
|
|
|
ignore:
|
|
|
|
|
- node_modules
|
|
|
|
|
- .git
|