Jump to content

Scrive: Difference between revisions

From UmsWiki
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..."
 
 
(6 intermediate revisions by 2 users not shown)
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 6: Line 6:


===Admin servers===
===Admin servers===
Choose the admin server created here [[AdminServers/MitIDErhverv|MitID Erhverv]]
Choose the admin server created here [[AdminServers/scrive|Adminservers/Scrive]]


===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 as login for UMS


'''Kodeviser, Chip and Kodeoplæser can be selected in setting without cost for customer.'''
==== MitID Erhverv ====
This opens up for using MitID Erhverv as login for UMS


'''The cost is generated when user selects the option at activation'''
==== Restrict MitID login to password change ====
===SQL Sentence===
Setting this option restricts the features after web login to only be able to reset their own password.
Insert parameters for filtering purposes


You can test it by using this SQL command and appending your own SQL sentence.
After resetting password the user can logout and then choose another login option to get access to the full feature set.
 
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==
Q : I have SSO enabled with on my UMS and MEA APP


=== Find existing users ===
A: You need to remove "force" from SSO setting and possibly AuthForms in order to view MitID as login option.
The user must be active for UMS to find the user otherwise it will create a new user.

Latest revision as of 11:35, 4 December 2025

UMS Configurator settings

Description

Insert a name or description for the setting

Admin servers

Choose the admin server created here Adminservers/Scrive

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 as login for UMS

MitID Erhverv

This opens up for using MitID Erhverv as login for UMS

Restrict MitID login to password change

Setting this option restricts the features after web login to only be able to reset their own password.

After resetting password the user can logout and then choose another login option to get access to the full feature set.

FAQ

Q : I have SSO enabled with on my UMS and MEA APP

A: You need to remove "force" from SSO setting and possibly AuthForms in order to view MitID as login option.