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? |
Answered by
jimmarino
Nov 18, 2025
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. |
0 replies
Answer selected by
paullatzelsperger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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.