jwt-authorizer/demo-server/bruno-e2e/demo-server/Discovery.bru
2024-05-13 08:25:29 +02:00

15 lines
179 B
Text

meta {
name: Discovery
type: http
seq: 1
}
get {
url: http://localhost:3001/.well-known/openid-configuration
body: none
auth: none
}
assert {
res.status: eq 200
}