-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BFF with Blazor Web App (dotnet 8) #940
Comments
I think you described it fairly well yourself:
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. |
Just checking to see if this issue should still be open following the release of https://github.com/DuendeSoftware/IdentityServer/releases/tag/7.0.0? Specifically, is BFF now supported and documented for all render modes in .NET 8 (static server, interactive server, interactive WASM, and interactive auto)? |
@pm64, I think that is being targeted for BFF 3.0 |
Yes, that's correct. See also my comment here. There's an open issue in our samples repo that we'll update as we make progress on this, so I'm closing this one. |
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: