Summary
This document explains how to construct the properties sisSchoolCourseStudent and sisSchoolCourseTeacher, used by Skolfederation.
System Requirement
- PAS 2.7 or later installed
- IDP configured and connected to Skolfederation
- memberOf attribute fetched in user store lookup valve
Instruction
- Login to Configuration Manager
- Navigate to Scenarios->Federation and then select the Skolfederationen IdP just created.
- Click Execution flow
- Add a new valve “PropertyAddValve” before the AssertionProviderValve.
Name = sisSchoolCourseStudent
Value = http://<yourdomain>/{{item.sisSchoolUnitCode}}/{{item.Class}}
Change <yourdomain> to suite your environment. - Click Advanced and add an execute if expression.
"exec_if_expr" : "flow.property('memberOf').contains('Elev')"
- This expression filters out when this valve will be executed based on the logged-in user’s memberOf value. Please change to suite your environment.
- Next, add another PropertyAddValve below the first one
Name = sisSchoolCourceTeacher
Value = http://<yourdomain>/{{item.sisSchoolUnitCode}}/Teacher
Enable multivalue
Change <yourdomain> to suite your environment.
Click Advanced and add an execute if expression. "exec_if_expr" : "flow.property('memberOf').contains('Lärare')"
This expression filters out when this valve will be executed based on the logged-in user’s memberOf value. Please change to suite your environment.
DISCLAIMER
Information provided in this document is for your information only. PhenixID makes no explicit or implied claims to the validity of this information. Any trademarks referenced in this document are the property of their respective owners.The origin of this information may be internal or external to PhenixID. PhenixID makes all reasonable efforts to verify this information.
PhenixID - support.phenixid.se