adorsys / adorsys/open-banking-gateway

Cleanup unused OAuth2 scheme from API

オープン
#1,148 コメント 0 件 リアクション 0 件 担当者 1 名 @tsehelnyk が担当を希望しています GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。