When a user registers with an SSO provider (say Go...
# talk-kratos
t
When a user registers with an SSO provider (say Google), if that user is off-boarded from their SSO organisation (Their Google account is deleted/inactive), how does Kratos handle this behaviour? Will they continue to be logged in with Kratos until their session expires and required to login again, or does Kratos do some periodic validation that the SSO Identity is still "valid"? I've got a ticket to test this behaviour, but thought I'd ask here too to see the expectation
m
Will they continue to be logged in with Kratos until their session expires and required to login again
Have not tested it, but I assume this is the behaviour. There is no periodic checkin AFAICT, I guess this would be that feature.
t
Thanks Vincent - I'll have a play locally and see what the behaviour is to confirm 🙌