Allow redirect to any RMQ page from UAA

[#158496811]
This commit is contained in:
Diana Corbacho 2019-07-31 10:40:00 +01:00
parent 71032d6be1
commit b48265a8c1
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ uaac client add rabbit_user_client \
--scope 'rabbitmq.* openid' \
--authorized_grant_types implicit \
--autoapprove true \
--redirect_uri 'http://localhost:15672'
--redirect_uri 'http://localhost:15672/**'