-
|
Hello, I have a issue which Im not sure how to correct. Im working on a Blazor web app using CSLA 9.0 and BFF pattern. When I call the API Controller to obtain a Edit business object; the IsSavable is always false. The roles are there on my web app and the web api but |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I got it. Set the Csla.applicationContext.Principal = User; on the controller constructor. |
Beta Was this translation helpful? Give feedback.
I got it. Set the Csla.applicationContext.Principal = User; on the controller constructor.