utils: Use iat field as fallback when auth_time is not provided
The auth_time is not always provided depending on the authentication flow used. The
field iat is provided for example in the direct grant access flow so use it instead as
fallback.
Related to T2858