Fix drop-down menu for users with access to multiple schools
Date | 11/16/2015 |
Level | Level 4 |
Jitbit # | |
Summary | Fix drop-down menu for users with access to multiple schools |
Impacted | Users with access to multiple schools, but not the LEA. |
Service Impact | Access to multiple schools for particular users. |
Incident Detail | Unrelated updates to the claims handling broke this feature. |
Technical Detail/Fix | The EdFi.Dashboards.Extensions.Resources.Security.Implementations.NebraskaClaimsAuthenticationManagerProvider ReplaceClaimsIfExist function was updated to only replaced claims where both the claim type and value already exist. This update allows users to have two claims of the same type (e.g. ViewAllStudents) for multiple schools. When the user has claims for multiple schools the Dashboard UI will supply a drop-down style menu to allow the users to view information from each school to which the user has claims. |