adorsys / adorsys/open-banking-gateway
Cleanup unused OAuth2 scheme from API
オープン
BE
- 主要言語
- Java
- スター
- 338
- フォーク
- 122
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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
```
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。