Need to pass a custom flag in the SSO URL and ensure it is retain in redirected URL.

AkashG368439442
Kilo Contributor

Current Flow:

User clicks SSO URL:
https://xyz.service-now.com/login_with_sso.do?glide_sso_id=056793ad3610e961fca47aba1038

The system redirects the user to login screen:
https://xyz.service-now.com/dc?id=abc_public_global&samlContext=au1_707894289039_bvcd550bb-e916-4180...

Requirement:

Append a custom tracker flag (flag=true or flag=false) to the initial SSO URL.

Ensure that this flag persists and is available in the redirected URL.

Expected Behavior: Based on the flag we are going to manage steps on redirected screen/page as below-

When flag = true:
Display the complete onboarding flow:
Login ➔ Change Password ➔ Review Details ➔ Verify Email

When flag = false:
Display only the Login step.

Objective: The primary goal is to pass a custom flag in the SSO URL and ensure it is retained in redirected URL. so that it can be used on the landing page (abc_public_global) to control the user experience dynamically.
0 REPLIES 0