Forum Discussion
Security Issue
What does "expire" mean in your case? If the account is still existing/active, depending on the type of application used you can continue to access data for days. We have the option to revoke tokens now, so you can integrate this as part of your "leavers" process. As well as block all protocols and additional actions such as changing the password, which have more immediate effect.
- C_the_SDec 18, 2017Bronze Contributor
In Active Directory you can set an account to expire on a specified date and time.
- VasilMichevDec 18, 2017MVP
Right. And what are you using for authentication? Last time I toyed with this, only federated accounts had their tokens revoked upon account expiration/disable. But as I mentioned, you can also manually revoke tokens now, either via the O365 admin portal or via Revoke-AzureADUserAllRefreshToken.
- C_the_SDec 18, 2017Bronze Contributor
We use Okta.
Ok, we'll add those steps to our off boarding process.
Thanks!