Files
swagger-ui/test/e2e-cypress/static/documents/features/auth-code-flow-pkce-without-secret.yaml

26 lines
462 B
YAML

openapi: 3.0.4
info:
version: "1.0"
title: PKCE Flow
paths:
/:
get:
summary: dummy operation
responses:
"200":
description: OK
components:
securitySchemes:
testAuthCodeFlow:
type: oauth2
flows:
authorizationCode:
authorizationUrl: /oauth/authorize
tokenUrl: /oauth/token
scopes:
read: read whatever you want
write: write whatever you want