JanssenProject / jans

An open source enterprise digital identity platform for CIAM or workforce... Janssen is a distribution of standards-based, developer friendly, components that are engineered to work together in any cloud. #OAuth #OpenID #FIDO
https://docs.jans.io
Apache License 2.0
460 stars 73 forks source link

Openbanking Scopes From the DCR should reflect in the client. The client has been vetted by the OBIE which is the reason for ensuring trust #465

Closed HemantKMehta closed 3 years ago

HemantKMehta commented 3 years ago

During DCR testing the client gets created but only with one scope (openid) other three passed scopes (accounts payments, fundsconfirmations) were not added into the client scope in database. This is as they are not the so we need to make all four scopes as default.

HemantKMehta commented 3 years ago

Fixed it here in commit ef85305
https://github.com/JanssenProject/jans-setup/commit/ef8530553ab21e8c4a47da3b3203477080cae233

nynymike commented 3 years ago

Please back out this change. Scopes should be mapped during DCR according to the software statement.

HemantKMehta commented 3 years ago

Now the scopes.json is back to the previous state with commit cd5ba13.