Hi everyone,
We are working on an integration with FusionAuth and need help to avoid requiring users to enter their username and password on the FusionAuth login page while ensuring that the fusionauth.sso cookie is properly set. This cookie is essential because another application will use it to validate the session.
Current Flow:
- MemberSuite initiates the login request using Reverse SSO.
- Our SSO Bridge intercepts the request and constructs the authentication URL for FusionAuth.
- The user is redirected to FusionAuth for authentication.
- Upon successful authentication, FusionAuth redirects the user to ChainPoint.
- ChainPoint begins its login process and redirects back to FusionAuth.
- Since the user is already authenticated, they are sent directly to the platform dashboard.
What We Need:
We want to log the user in without them having to manually enter their credentials on FusionAuth's login page. However, we still need the fusionauth.sso cookie to be set, so ChainPoint can validate the session and grant access.
We found this GitHub issue, but many of the referenced links are no longer working.
Has anyone solved a similar case, or can anyone provide guidance on how to handle this requirement?
Any suggestions or references would be greatly appreciated.
Thanks in advance!