Scrive: Difference between revisions

From UmsWiki
Jump to navigation Jump to search
Created page with "==UMS Configurator settings== none|frame ===Description=== Insert a name or description for the setting ===Admin servers=== Choose the admin server created here MitID Erhverv ===Maintain groups=== This will created/update and delete groups. It will also add users and remove them again. These groups can be used to add security to users based on group membership. === Authenticators === Choose the authe..."
 
No edit summary
 
Line 1: Line 1:
==UMS Configurator settings==
==UMS Configurator settings==
[[File:MitID Erhverv Settings.jpg|none|frame]]
[[File:ScriveSettings.jpg|none|frame]]


===Description===
===Description===
Line 8: Line 8:
Choose the admin server created here [[AdminServers/MitIDErhverv|MitID Erhverv]]
Choose the admin server created here [[AdminServers/MitIDErhverv|MitID Erhverv]]


===Maintain groups===
===Providers===
This will created/update and delete groups.
This will created/update and delete groups.


Line 15: Line 15:
These groups can be used to add security to users based on group membership.
These groups can be used to add security to users based on group membership.


=== Authenticators ===
==== MitID ====
Choose the authenticators to add to users.
This opens up for using private MitID.


'''Kodeviser, Chip and Kodeoplæser can be selected in setting without cost for customer.'''
==== MitID Erhverv ====
 
This opens up for using private MitID Erhverv
'''The cost is generated when user selects the option at activation'''
===SQL Sentence===
Insert parameters for filtering purposes
 
You can test it by using this SQL command and appending your own SQL sentence.
 
Select Distinct Students.SLI_ID, Students.Fornavne As GivenName, Students.Efternavn As SurName, Students.CPR As CivilRegistrationNumber
, Students.WorkMail
From Students
Where
(StudieNr Is Not Null)
And (UserTypes_ID = 0)
And (SLI_ID Is Not Null)
And (CPR Is Not Null)
And (BirthDay Is Not Null)
And (Fornavne Is Not Null)
And (Fornavne <> <nowiki>''</nowiki>'')
And (Efternavn Is Not Null)
And (Efternavn <> <nowiki>''</nowiki>'')
And (WorkMail Is Not Null)
And (WorkMail <> <nowiki>''</nowiki>'')
And (Not Exists (Select SLI_ID From MitIDErhverv_Users Where MitIDErhverv_Users.SLI_ID = Students.SLI_ID))
'''<Your SQL Sentence>'''
 
=== Parameters ===
{| class="wikitable"
|+Users
!Parameter
!Description
|-
|UsersOnly
|Runs all the parameters in this table
|-
|CreateUsers
|Create users
|-
|UpdateUsers
|Update users. This will also add authenticators if they are missing from the users.
|-
|DeleteUsers
|Delete users
|}
{| class="wikitable"
|+Groups
!Parameter
!Description
|-
|GroupsOnly
|Runs all the parameters in this table
|-
|CreateGroups
|Create groups
|-
|UpdateGroups
|Update groups
|-
|DeleteGroups
|Delete groups
|-
|AddGroupMembers
|Add new members to groups
|-
|RemoveGroupMembers
|Remove members from groups if they are no longer member of the group in the source data
|}


==FAQ==
==FAQ==
=== Find existing users ===
The user must be active for UMS to find the user otherwise it will create a new user.

Latest revision as of 10:09, 8 November 2024

UMS Configurator settings

Description

Insert a name or description for the setting

Admin servers

Choose the admin server created here MitID Erhverv

Providers

This will created/update and delete groups.

It will also add users and remove them again.

These groups can be used to add security to users based on group membership.

MitID

This opens up for using private MitID.

MitID Erhverv

This opens up for using private MitID Erhverv

FAQ