You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 5, 2025. It is now read-only.
Which version of .NET are you using?
dotnet 8 RC 1
Describe the bug
I understand that dotnet 8 is still a moving target when related to identity and the new format is quite interesting bouncing from SSR to Client Side and such. But when working with BFF, I have been trying to get this to work properly and ran into what might be an issue.
When you call bff/login with enhanced navigation turned off, I get redirected to the login page where I can login. However, when I get redirected back to the page with the authorize attribute a call to bff/user?slide=false returns back that the user is not currently logged in.
See screen shot of logs:
You can pull some sample code I had started from here: https://github.com/b1tzer0/BlazorWebApp_DuendeIdentityServer
the Bff stuff has been commented out, just go back into program.cs and re-enabled it. Of course, you will need to set the connection to identity server as well.
Can someone please assist? Thanks
The text was updated successfully, but these errors were encountered:
I understand that dotnet 8 is still a moving target when related to identity and the new format is quite interesting bouncing from SSR to Client Side and such.
We are looking into Blazor for .NET 8 and how to best support it with the BFF, including documentation, but it is still work in progress.
Specifically, is BFF now supported and documented for all render modes in .NET 8 (static server, interactive server, interactive WASM, and interactive auto)?
Which version of Duende BFF are you using?
2.1.1
Which version of .NET are you using?
dotnet 8 RC 1
Describe the bug
I understand that dotnet 8 is still a moving target when related to identity and the new format is quite interesting bouncing from SSR to Client Side and such. But when working with BFF, I have been trying to get this to work properly and ran into what might be an issue.
When you call bff/login with enhanced navigation turned off, I get redirected to the login page where I can login. However, when I get redirected back to the page with the authorize attribute a call to bff/user?slide=false returns back that the user is not currently logged in.
See screen shot of logs:

You can pull some sample code I had started from here: https://github.com/b1tzer0/BlazorWebApp_DuendeIdentityServer
the Bff stuff has been commented out, just go back into program.cs and re-enabled it. Of course, you will need to set the connection to identity server as well.
Can someone please assist? Thanks
The text was updated successfully, but these errors were encountered: