Do we even need a super user? #863
-
|
In my architecture the dataspace is owned by an entity not a person. Per participant I have 1 identity hub. why will I need a super user here as there is going to be 1 and only 1 participant which is my organization. I can seed my dataspace with my organization as participant and done. is there something which is only and only accessible by admin type of user that I need to create the super user first? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
This is the same reason why you have a root user and separate user accounts at an operating system level: security isolation. In other words, auth scopes should be limited. This design is explained in the documentation. |
Beta Was this translation helpful? Give feedback.
This is the same reason why you have a root user and separate user accounts at an operating system level: security isolation. In other words, auth scopes should be limited. This design is explained in the documentation.