Fixed authentication time format in authentication controller.
Change-Id: I9fab076ba1dcd02ce6f8cb69c9e435b6234da371
diff --git a/full/src/main/resources/ehcache.xml b/full/src/main/resources/ehcache.xml
index be4e71e..d2be647 100644
--- a/full/src/main/resources/ehcache.xml
+++ b/full/src/main/resources/ehcache.xml
@@ -11,6 +11,13 @@
maxEntriesLocalHeap="50"
overflowToDisk='true'/>
+ <cache name='id_tokens_inv'
+ eternal='true'
+ maxElementsOnDisk="10000000"
+ memoryStoreEvictionPolicy="LRU"
+ maxEntriesLocalHeap="50"
+ overflowToDisk='true'/>
+
<cache name='auth_codes'
timeToIdleSeconds="600"
eternal='false'