Jmix sso application

I have a sample jmix application. When the application is ran rather than the login page it will take me to a url where sso(single sign on) is used. there the user will input the credentials and a code will be returned with a session id. then the code will be used to get access token from another url. the access will be a jwt token and it will contain user info which in turn will be used to access the jmix application so that sso can be applied to the jmix application. what are things that needs to be added on the jmix side for this task? will oidc be needed for this?

Hello,
this is a bit complex topic so I recommend starting with simple things and some reading:
OpenID Connect

Also worth looking at:
Social Login

Kind regards,
Mladen

Thanks for your reply. I will check on the links you have given. Meanwhile, i wanted to know that in jmix when i start my application, if i need to redirect to some other page rather than the default login how it can be done?