Create SSO Session from Custom Login Page

Is there any way to create an “SSO Session” if I am using a custom login page such I can then use “Silent Authentication” to renew the JWT?

Did you find an answer for this.

If you have very specific requirements and you cannot leverage the recommended approach of using the hosted login page to provide a centralized login approach then you can consider the use of cross-origin authentication in order to have a custom login page on the client application itself. Do check the linked reference documentation for the limitations of this approach, however, if you can use it in your scenario it would indeed meet the requirement for the use of silent authentication after the initial authentication is completed with success.