-
|
Hello All, Im currently working on a Blazor Web App that I upgraded from 6.0 to 9.0 and in our Client.CustomAccountFactory I am trying to fetch user information via the serviceProvider which I am able to create the portal object but both objects "portal" and "objEmployee" read (Children could not be evaluated). Does anyone have an idea on how I can get this to work. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
Im Looking at this |
Beta Was this translation helpful? Give feedback.
-
|
@StefanOssendorf thanks for looking into my question. I think I got it base the discussion 4486. I will post the solution once I get it going. |
Beta Was this translation helpful? Give feedback.
-
|
Hello all, In the process of converting my CSLA 6.0 app to CSLA 9.0.0 I decided to convert the Blazor Web App with Web API to use Entra and BFF. So, my original question was basically me wanting to get the employee information to store claims. Below is where I set them on Server program.cs file. Incase someone can use the code! |
Beta Was this translation helpful? Give feedback.
Hello all,
In the process of converting my CSLA 6.0 app to CSLA 9.0.0 I decided to convert the Blazor Web App with Web API to use Entra and BFF. So, my original question was basically me wanting to get the employee information to store claims.
Below is where I set them on Server program.cs file. Incase someone can use the code!