Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Folks,
We have an app that uses a JWT token. The payload is like this:
{
"userId": "000InactiveUserId",
"userDirectory": "MyDomain"
}The user id references an inactive user, but the token still works. What is going on? Should access be denied?
Any help is greatly appreciated.
As long as the user was active when the token was created then the token will continue to work.
@Sebastian_Linser / @Mike_Dickson / @Nick_Asilo any thoughts?
As long as the user was active when the token was created then the token will continue to work.