Skip to content
Discussion options

You must be logged in to vote

I found a new solution and just moved all into our controller as it is the first possible entry and the only place that the HttpContext is always available. Also to not serialize and deserialize more than needed I had to copy csla code into our own controller. The base code does not return information whether there are errors inside the result, so another reason to copy the code.
Client-side there is a new access token acquired by MSAL each time a requests goes into the backend. Some businessobjects are allowed to bypass the token validation.

Here is our new Controller and see why I had to do this.

    public class DataPortalController : Csla.Server.Hosts.HttpPortalController 
    {
     …

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@rfcdejong
Comment options

@rockfordlhotka
Comment options

Comment options

You must be logged in to vote
2 replies
@rfcdejong
Comment options

@rfcdejong
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by rfcdejong
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants