Skip to content
Discussion options

You must be logged in to vote

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!


builder.Services.AddAuthentication(OpenIdConnectDefaults.AuthenticationScheme)
    .AddMicrosoftIdentityWebApp(msIdentityOptions =>
    {
        msIdentityOptions.CallbackPath = "/signin-oidc";
        msIdentityOptions.ClientId = "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX";
        msIdentityOptions.Domain = "org.onmicrosoft.com";
        msIdentityOptions.Instance =…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@StefanOssendorf
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

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