absmach / magistrala

Industrial IoT Messaging and Device Management Platform
https://www.abstractmachines.fr/magistrala.html
Apache License 2.0
2.42k stars 665 forks source link

Feature: Split Existing Auth Client into Separate Clients for AuthN/AuthZ and Policy CRUD #2264

Open arvindh123 opened 3 weeks ago

arvindh123 commented 3 weeks ago

Is your feature request related to a problem? Please describe.

No

Describe the feature you are requesting, as well as the possible use case(s) for it.

We have AuthN , AuthZ and policy CRUD operations in single client. In order to move the AuthN and AuthZ to middleware layer, we need to separate client for both AuthN and AuthZ without policy CRUD.

Indicate the importance of this feature to you.

Must-have

Anything else?

No response