adorsys / xs2a

Open Source NextGenPSD2 XS2A Implementation from adorsys.
https://adorsys.com/en/products/
GNU Affero General Public License v3.0
130 stars 62 forks source link

scaOauth link for AIS Consent and QWAC Certificate changes #82

Closed ggiorkhelidze closed 3 years ago

ggiorkhelidze commented 3 years ago

in NextGenPSD2 XS2A Framework Implementation Guidelines (Version 1.3.8) 6.3.1 Account Information Consent Request: Response section contains _links attribute. In case of Oauth2 method scaOauth link should be returned.

"scaOAuth": In case of an OAuth2 based Redirect Approach, the ASPSP is transmitting the link where the configuration of the OAuth2 Server is defined. The configuration follows the OAuth 2.0 Authorisation Server Metadata specification.

Also, added QWAC Certificate normalization and QWAC Certificate header name customization support

andriimurashkin commented 3 years ago

Hello @ggiorkhelidze

As we mentioned before scaOauth link is a dynamic link and current behavior is correct.

According to certificate header it makes sense. Could you please created separate pull request for adding configurable certificate header only?

andriimurashkin commented 3 years ago

Close pull request due to no updates.