drogue-iot / drogue-cloud

Cloud Native IoT
https://drogue.io
Apache License 2.0
114 stars 30 forks source link

[fix] authZ : add a Not found outcome when app don't exist #244

Closed jbtrystram closed 2 years ago

jbtrystram commented 2 years ago

when authorizing access to applications that doesn't exist, the user_auth service was replying Outcome::Deny without more details. So service would not know what to report to user. See #220