mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:56:57 +00:00
feature/Integrate with Hydra; Set Client Name
This commit is contained in:
parent
31aae3945c
commit
c4c0909058
@ -79,6 +79,7 @@ object HydraUtil extends MdcLoggable{
|
||||
val oAuth2Client = new OAuth2Client()
|
||||
oAuth2Client.setClientId(consumer.key.get)
|
||||
oAuth2Client.setClientSecret(consumer.secret.get)
|
||||
oAuth2Client.setClientName(consumer.name.get)
|
||||
|
||||
oAuth2Client.setScope(allConsents)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user