Конфигурация авторизации PRIS

Important: Make sure PRIS also has the Shift Planner routes set to equipment in:

config/identityModel.config

For a new PRIS installation, this will be included, but for an update it may have to be added (as an update does not modify anything in the configuration folder).

identityModel.config

  <policy resource="shiftplansv1" action="get">     <or>       <claim claimType="Shift Planner" claimValue="ReadAccess" />       <claim claimType="Shift Planner" claimValue="FullAccess" />            </or>  </policy>  <policy resource="shiftplansv1" action="patch">     <claim claimType="Shift Planner" claimValue="FullAccess" />  </policy>  <policy resource="shiftplansv1" action="delete">     <claim claimType="Shift Planner" claimValue="FullAccess" />  </policy>  <policy resource="shiftplansv1" action="post">     <claim claimType="Shift Planner" claimValue="FullAccess" />  </policy>