Add a comment to OIDC config explaining the unit of settings.

This commit is contained in:
vjalili
2018-03-29 10:52:09 -07:00
parent 6b998e66fd
commit 60e936cf42
+2
View File
@@ -15,5 +15,7 @@ Note that the values of these attributes are case-sensitive.
<OIDC>
<Setter Property="VERIFY_SSL" Value="False" Type="bool"/>
<Setter Property="REQUESTS_TIMEOUT" Value="3600" Type="float"/>
<!-- The unit of value is seconds -->
<Setter Property="ID_TOKEN_MAX_AGE" Value="3600" Type="float"/>
<!-- The unit of value is seconds -->
</OIDC>