Home > Enterprise >  Does user id(sub) change or not in keycloak?
Does user id(sub) change or not in keycloak?

Time:03-14

I have tried several times these days, the user id(sub) is same.

But I am not sure (e.g. some months later?) as I didn't find any documentation related to that, can anyone give me a hand, thanks!

CodePudding user response:

No, the subject will not change for a user. The entire point is that that ID must be stable and uniquely identify an account.

  • Related