You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -65,6 +75,8 @@ Where the parameters are as follows:
65
75
66
76
*`replace` - behaviour when an existing attribute of the same name is encountered. If `false` (the default) then new values are pushed into an array, creating a multi-valued attribute. If `true`, then existing attributes of the same name are replaced (deleted).
67
77
78
+
*`ignoreExpiry` - ignore any expiry date (default is to ignore attributes that are beyond the date in the `expires` column).
79
+
68
80
*`database` - an array containing information about the data store, with the following parameters:
69
81
70
82
*`dsn` - the data source name, defaults to _mysql:host=localhost;dbname=simplesamlphp_
@@ -84,7 +96,7 @@ database. This can be done manually with SQL similar to the following:
0 commit comments