Skip to content

Commit b0089ba

Browse files
committed
Fix markdown
1 parent 67bed54 commit b0089ba

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,19 @@ search for the `module.enable` key and set `fticks` to true:
3535
],
3636
```
3737

38-
For configuration of the module, see [docs/authproc_fticks.md](docs/authproc_fticks.md).
38+
For configuration of the module, see [docs/authproc_fticks.md][1].
3939

40-
[docs/authproc_fticks.md]: https://github.com/simplesamlphp/simplesamlphp-module-fticks/blob/master/docs/authproc_fticks.md
40+
[1]: https://github.com/simplesamlphp/simplesamlphp-module-fticks/blob/master/docs/authproc_fticks.md
4141

4242
### Acknowledgements
4343

4444
Some work on making SimpleSAMLphp log in F-ticks format was done by NIIF, and
45-
is available at [NIIF](NIIF/simplesamlphp-module-ftickslogger).
45+
is available at [NIIF][2].
4646
This module may derive ideas from their work.
4747

48-
[NIIF]: https://github.com/NIIF/simplesamlphp-module-ftickslogger
48+
[2]: https://github.com/NIIF/simplesamlphp-module-ftickslogger
4949

50-
Likewise, some ideas came from the [Shibboleth](Shibboleth IdP's F-ticks implementation)
50+
Likewise, some ideas came from the [Shibboleth IdP's F-ticks implementation][3]
5151
and some of the config options should look familiar to Shibboleth users.
5252

53-
[Shibboleth]: https://wiki.shibboleth.net/confluence/display/IDP30/FTICKSLoggingConfiguration
53+
[3]: https://wiki.shibboleth.net/confluence/display/IDP30/FTICKSLoggingConfiguration

docs/authproc_fticks.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# `fticks:Fticks`
22

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].
44

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
66

77
The filter aims to produce as many F-ticks attributes as possible, irrespective
88
of whether SimpleSAMLphp is acting as an identity provider or a
@@ -41,15 +41,15 @@ The filter supports the following configuration options:
4141

4242
> * `simplesamlphp` - use SimpleSAMLphp's built-in logging mechanism
4343
(this is the default).
44-
> * `local` - log using the PHP [syslog](syslog) functions, potentially
44+
> * `local` - log using the PHP [syslog][2] functions, potentially
4545
avoiding some of the extra information SimpleSAMLphp includes in logs.
4646
> * `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
4848
into the web server logs.
4949
> * `stdout` - write to standard out, primarily for debugging.
5050
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
5353

5454
`logconfig`
5555
: An array of configuration options for the logging method. The exact values
@@ -131,19 +131,19 @@ generated/derived:
131131
: The authentication method is derived from the SP's SAML state. If
132132
that is not available, is set to
133133
`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.
135135

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
137137

138138
`CSI`
139139
: The calling station identifier is set to the SimpleSAMLphp tracking
140140
id (same as logs)
141141

142142
`PN`
143143
: The PN is generated in a similar way too, but completely independently from
144-
a [saml:PersistentNameID](saml:PersistentNameID).
144+
a [saml:PersistentNameID][5].
145145

146-
[saml:PersistentNameID]: https://simplesamlphp.org/docs/stable/saml:nameid
146+
[5]: https://simplesamlphp.org/docs/stable/saml:nameid
147147

148148
`RESULT`
149149
: Result is always set to `OK`, since if the authentication fails,

0 commit comments

Comments
 (0)