Skip to content

Commit

Permalink
Add superuser role to banderson user (#3)
Browse files Browse the repository at this point in the history
User banderson is used in the shibboleth authentication demo. For that,
he needs to have a role in midPoint to be able to access the midPoint
GUI. Superuser role was chosen because the shibboleth authentication
replaces the internal authentication with default administrator account.
  • Loading branch information
slavek authored Mar 2, 2020
1 parent 3f06234 commit 284f422
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<!-- org-grouper-sysadmin -->
</targetRef>
</assignment>
<assignment id="2">
<targetRef oid="00000000-0000-0000-0000-000000000004" relation="org:default" type="c:RoleType">
<!-- Superuser -->
</targetRef>
</assignment>
<fullName>Bob Anderson</fullName>
<givenName>Bob</givenName>
<familyName>Anderson</familyName>
Expand Down

0 comments on commit 284f422

Please sign in to comment.