Duende BFF Security Framework V4 Preview 1 #216
Replies: 2 comments
-
I found a small issue with the WithDefaultOpenIdConnectOptions, I can't keep the default "/signin-oidc" CallbackPath because the code changes the CallbackPath to "/bff-signin" if it is the default value after calling the ConfigureOpenIdConnectDefaults. I tried explicitely setting CallbackPath in WithDefaultOpenIdConnectOptions to "/signin-oidc", but it still changes it, if I set it to anything else, it works. Found the faulty bit of code: |
Beta Was this translation helpful? Give feedback.
-
Is it normal that the server side sessions no longer work with this version? Edit: It does not work only when using AddFrontends, if I don't use this method and instead keep the app.MapRemoteBffApiEndpoint, it still works. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Duende BFF Security Framework V4 Preview 1 has just been released.
Look here for the release notes:
Duende BFF V4 Preview 1 release notes
We also did a live stream on BFF V3, where we announce the new release. Check it out on our YouTube stream (https://www.youtube.com/watch?v=6zMSwlGBmxs)
Beta Was this translation helpful? Give feedback.
All reactions