The future of authentication is continuous, contextual, and variable, and is based around the human rather than a device.
Authentication will happen constantly instead of just once when you start your session
You’ll be challenged based on what you’re doing, and what you’ve been doing
Challenges will vary in strength based on how long it’s been since you’ve authenticated, and/or what type of action you are trying to perform
The focus will be on the human authenticating through the device, not the device itself being authenticated
And there will be hundreds of authentication indicators available—some of which are silent and passive and invisible to the user, and some of which are multi-factor and heavy.
Inputs into authentication will include things like:
Some massive set of these items will be constantly polled by the mobile device to authenticate you as a person by looking at overall context at a given moment.
1 is lowest, and 5 is highest.
Sensitive events might map to the OWASP AppSensor project, and then be labeled with a tier (1-5) and then have an auth strength associated with them (also 1-5). The logic will look something like this:
If you have an active session, and it’s been more than 15 minutes, authenticate with a type 1 challenge (transparent bio check and pass-through).
If you are within that 15 minute window and you try to do a type 3 activity, prompt the user with a type 3 challenge (username/password).
If you attempt to change account details, you must authenticate with a type 5 challenge regardless (7 factor bio-temporal-tesseract-infinitystone-retina-auth).
If you’ve done 3 passive auths in a row, make the next one one level higher (requiring user interaction).
Etc.
So authentication will never really stop. It will happen in the beginning, but then instead of just going away it’ll fade into the background with a current rating at any given moment.
Watching, adjusting, adapting to behavior and conditions and context, and then requiring additional authentication events according to what action is being performed.
That is the future of authentication.