Looking for sample democode for Vaadin 24+ SSO with AWS Cognito

Hi ,
Trying to build a PoC using Hilla+ AWS Cognito and trying to enable SSO.
It is not working semalessly and the behaviour is not consistent as sometimes it redirects to login page and sometime it does not.
Is there a updated demo similar to this Tutorial: Set up Google OAuth in a Hilla Spring Boot + React project
Tried out this one and it does not work seamlessly.
Note:

  • Not using SSO kit and dont have any plans to use it as well due to commercial licensing
    Regards,
    RD

You could have a look at this example: Hilla with Keycloak and the Authorization Code Flow of OAuth 2.0 | René Wilby | Freelance Software Engineer.

2 Likes

Thanks @rbrki07 it helped in sorting out the issue