Custom SPI for Cookie CookieProvider

Hello, I am using Keycloak version 26.0.5 and have added a custom extension/SPI for cookies by implementing a CookieProvider. However, this custom provider is not appearing in the provider list, and it’s currently not working. I have also set the order to 1 in the cookie provider factory. My goal is to make the cookies strict.

Hi Team,
To achieve this, I have changed the implementation of DefaultCoockieProvider. Its not the correct way but it works.