adorsys / adorsys/open-banking-gateway

Cleanup unused OAuth2 scheme from API

Aperta
#1,148 0 commenti 0 reazioni 1 assegnatario Rivendicata da @tsehelnyk Vedi su GitHub
BE
Lingua principale
Java
Stelle
338
Fork
122
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

OAuth2 scheme in OpenBanking API is not used, instead request signing is used we need to fix that
```
securitySchemes:
BearerAuthOAuth:
description: |
Bearer Token.
type: http
scheme: bearer
accessCode:
type: oauth2
flows:
authorizationCode:
authorizationUrl: "http://example.com/oauth/auth"
tokenUrl: "http://example.com/oauth/token"
scopes:
write: allows modifying resources
read: allows reading resources
```

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.