Integration with a legacy SSO

I have an application implemented with Jmix 2.2. The application must integrate into a corporate SSO service that does not follow any standard. The application must obtain the user’s identity from a non-standard token it receives as a query parameter.
The problem is that I have been able to verify that the Jmix login page controller (LoginView.java) discards any query parameters that it might receive in the URL (including the non-standard token I am trying to send).
Is there any way for LoginView.java to get that parameter with the non-standard token?
Thank you in advance.
Pablo

1 Like

Custom authentication in jmix has worked.

1 Like