29 lines
551 B
Plaintext
29 lines
551 B
Plaintext
meta {
|
|
name: Auth
|
|
type: http
|
|
seq: 5
|
|
}
|
|
|
|
get {
|
|
url: http://localhost:3000/api/v1/user/test123/files?path=&nesting=5
|
|
body: none
|
|
auth: oauth2
|
|
}
|
|
|
|
params:query {
|
|
path:
|
|
nesting: 5
|
|
}
|
|
|
|
auth:oauth2 {
|
|
grant_type: authorization_code
|
|
callback_url: https://localhost:1234
|
|
authorization_url: https://login.nifni.net/realms/public_selfhosted/protocol/openid-connect/auth
|
|
access_token_url: https://login.nifni.net/realms/public_selfhosted/protocol/openid-connect/token
|
|
client_id: casket
|
|
client_secret:
|
|
scope:
|
|
state:
|
|
pkce: false
|
|
}
|