How Can We Help?
18. *Please help explain, what is “SubID” used for? Who generates this value?
SubID is a OpenID Connect (OIDC) value – sub and it presents User ID per OIDC protocol. In general there should be a MobileID value, but because of the length limit of the sub field we set MobileID inside preffered_username. In the next version of our OIDC solution we will change this and set MobileID in sub and remove preffered_username attribute. So it will be like this:
{
“sub”:
“2d90c1a5bff1e5274bae6ee2c1adbe5239bfe9cc79ecd67bf874a90784d790b4b8307f21
68136913f729b9d66fd311d8df10f9f03c69ff1ff94d0a47b40b2ff”
}
