Does glide_sso_id have different values for each logged-in user?

BoHyun Jung
Mega Sage

Does glide_sso_id have different values for each logged-in user?

1 ACCEPTED SOLUTION

Maddysunil
Kilo Sage

@BoHyun Jung 

Yes, in ServiceNow, the glide_sso_id field typically contains a unique identifier for each logged-in user. This identifier is often generated based on the user's session and authentication information.

The glide_sso_id field is part of the sys_user table, which stores user records in ServiceNow. It is commonly used for single sign-on (SSO) purposes and can help identify users across different systems or applications integrated with ServiceNow.

Each logged-in user should have a different value for their glide_sso_id, which allows ServiceNow to distinguish between different user sessions and manage user authentication and access accordingly. This uniqueness helps ensure security and data integrity within the ServiceNow instance.

 

Please Mark Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.

 

Thanks

View solution in original post

1 REPLY 1

Maddysunil
Kilo Sage

@BoHyun Jung 

Yes, in ServiceNow, the glide_sso_id field typically contains a unique identifier for each logged-in user. This identifier is often generated based on the user's session and authentication information.

The glide_sso_id field is part of the sys_user table, which stores user records in ServiceNow. It is commonly used for single sign-on (SSO) purposes and can help identify users across different systems or applications integrated with ServiceNow.

Each logged-in user should have a different value for their glide_sso_id, which allows ServiceNow to distinguish between different user sessions and manage user authentication and access accordingly. This uniqueness helps ensure security and data integrity within the ServiceNow instance.

 

Please Mark Correct if this solves your query and also mark 👍Helpful if you find my response worthy based on the impact.

 

Thanks