Skip to content

Commit 0887369

Browse files
committed
Added new claims & minor bugfixing
1 parent ef24197 commit 0887369

File tree

10 files changed

+1542
-13
lines changed

10 files changed

+1542
-13
lines changed

eFormAPI/eFormAPI.Web/Infrastructure/AuthConsts.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ public static class EformsClaims
8181
public const string ReadTags = "eforms_read_tags";
8282
public const string UpdateTags = "eforms_update_tags";
8383
public const string GetCsv = "eforms_get_csv";
84-
public const string ReadJasperReport = "read_jasper_report";
85-
public const string UpdateJasperReport = "update_jasper_report";
84+
public const string ReadJasperReport = "eforms_read_jasper_report";
85+
public const string UpdateJasperReport = "eforms_update_jasper_report";
8686
}
8787
}
8888

0 commit comments

Comments
 (0)