|
1 | 1 | # `fticks:Fticks` |
2 | 2 |
|
3 | | -Log statistics in the [F-ticks federation log format](F-ticks federation log format). |
| 3 | +Log statistics in the [F-ticks federation log format][1]. |
4 | 4 |
|
5 | | -[F-ticks federation log format]: https://wiki.geant.org/display/gn42jra3/F-ticks+standard |
| 5 | +[1]: https://wiki.geant.org/display/gn42jra3/F-ticks+standard |
6 | 6 |
|
7 | 7 | The filter aims to produce as many F-ticks attributes as possible, irrespective |
8 | 8 | of whether SimpleSAMLphp is acting as an identity provider or a |
@@ -41,15 +41,15 @@ The filter supports the following configuration options: |
41 | 41 |
|
42 | 42 | > * `simplesamlphp` - use SimpleSAMLphp's built-in logging mechanism |
43 | 43 | (this is the default). |
44 | | -> * `local` - log using the PHP [syslog](syslog) functions, potentially |
| 44 | +> * `local` - log using the PHP [syslog][2] functions, potentially |
45 | 45 | avoiding some of the extra information SimpleSAMLphp includes in logs. |
46 | 46 | > * `remote` - log to a remote RFC 5424 syslog server using UDP. |
47 | | -> * `errorlog` - log using PHP's [error_log](error_log) function, probably |
| 47 | +> * `errorlog` - log using PHP's [error_log][3] function, probably |
48 | 48 | into the web server logs. |
49 | 49 | > * `stdout` - write to standard out, primarily for debugging. |
50 | 50 |
|
51 | | -[syslog]: https://php.net/manual/en/function.syslog.php |
52 | | -[error_log]: https://php.net/manual/en/function.error-log.php |
| 51 | +[2]: https://php.net/manual/en/function.syslog.php |
| 52 | +[3]: https://php.net/manual/en/function.error-log.php |
53 | 53 |
|
54 | 54 | `logconfig` |
55 | 55 | : An array of configuration options for the logging method. The exact values |
@@ -131,19 +131,19 @@ generated/derived: |
131 | 131 | : The authentication method is derived from the SP's SAML state. If |
132 | 132 | that is not available, is set to |
133 | 133 | `urn:oasis:names:tc:SAML:2.0:ac:classes:Password` when one of the |
134 | | - authentication sources based on the [UserPassBase](UserPassBase) class. |
| 134 | + authentication sources based on the [UserPassBase][4] class. |
135 | 135 |
|
136 | | -[UserPassBase]: https://github.com/simplesamlphp/simplesamlphp/blob/master/modules/core/lib/Auth/UserPassBase.php |
| 136 | +[4]: https://github.com/simplesamlphp/simplesamlphp/blob/master/modules/core/lib/Auth/UserPassBase.php |
137 | 137 |
|
138 | 138 | `CSI` |
139 | 139 | : The calling station identifier is set to the SimpleSAMLphp tracking |
140 | 140 | id (same as logs) |
141 | 141 |
|
142 | 142 | `PN` |
143 | 143 | : The PN is generated in a similar way too, but completely independently from |
144 | | - a [saml:PersistentNameID](saml:PersistentNameID). |
| 144 | + a [saml:PersistentNameID][5]. |
145 | 145 |
|
146 | | -[saml:PersistentNameID]: https://simplesamlphp.org/docs/stable/saml:nameid |
| 146 | +[5]: https://simplesamlphp.org/docs/stable/saml:nameid |
147 | 147 |
|
148 | 148 | `RESULT` |
149 | 149 | : Result is always set to `OK`, since if the authentication fails, |
|
0 commit comments