Need to pass a custom flag in the SSO URL and ensure it is retain in redirected URL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
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.
