Skip to content

Commit

Permalink
Added BeTrustedApplication on GetPersonAbsence to be able to access f…
Browse files Browse the repository at this point in the history
…rom functions
  • Loading branch information
aleklundeq committed Dec 5, 2023
1 parent e214ba5 commit f33d72c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ public async Task<ActionResult<ApiCollection<ApiPersonAbsence>>> GetPersonAbsenc
r.AlwaysAccessWhen()
.CurrentUserIs(profile.Identifier)
.FullControl()
.FullControlInternal();
.FullControlInternal()
.BeTrustedApplication();


r.AnyOf(or =>
{
Expand Down

0 comments on commit f33d72c

Please sign in to comment.