feature/Integrate with Hydra; Set Client Name

This commit is contained in:
Marko Milić 2023-03-07 09:28:00 +01:00
parent 31aae3945c
commit c4c0909058

View File

@ -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)