ManagementPortal icon indicating copy to clipboard operation
ManagementPortal copied to clipboard

Authorization fails for in dev configuration

Open Bdegraaf1234 opened this issue 2 years ago • 0 comments

When hosting local instances with in-memory databases, memory portal crashes.

curl --location --request POST 'http://127.0.0.1:8080/managementportal/oauth/token?grant_type=client_credentials' \
-u "radar_restapi:secret"

This does not happen in prod instances

Bdegraaf1234 avatar Nov 09 '23 13:11 Bdegraaf1234