Skip to content

Add superuser role to banderson user #3

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Add superuser role to banderson user
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.
Slavek Licehammer committed Feb 27, 2020
commit 7bf069d710cddfa46947d3b04d56b6b989960ae2
@@ -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>