sveine

Results 5 comments of sveine

Tried both 23.3.0.alpha1 and 23.2.3 but it does not work. Created a sample: https://github.com/sveine/vaadin-azure-ad-b2c-not-working-example It is pretty easy to set up and it is free: https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-active-directory-b2c-oidc

> @sveine can you please try call `setOAuth2LoginPage(HttpSecurity http, String oauth2LoginPage)` in yourcustom SecurityConfig class, to inform `ViewAccessChecker` about the correct login path ? I don't have a login page....

The logoutRequestMatcher() and /logout works, but I am not getting the logout flow from Azure. I think the user should get this page as it is a "standard". Maybe Azure...

Check out rev 194d0c8285ff3be8dce7e14dd3e5e45670583970, "Not working in starter flow 23.2.3", click in the link "RouterLink to VaadinHelloView (router-ignore)", then logout. You will se this page: ![image](https://user-images.githubusercontent.com/367125/194029213-a9746725-d9c2-4ae2-b036-caa3d46794c8.png)

I found that I have to replace all my Dialog/ConfirmDialog. I think the **default** behavior should be that all dialogs was closed on navigation. ``` open class XDialog : Dialog,...