Skip to content

Commit 530ce95

Browse files
authored
Update README.md
1 parent 6fb56ea commit 530ce95

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,33 @@
11
# SimpleSAMLphp WordpressAuth
22

3-
SimpleSAMLphp module to use Wordpress as a SAML 2.0 Identity Provider.
3+
SimpleSAMLphp module to use WordPress as a SAML 2.0 Identity Provider.
44

5-
WordpressAuth is a <a href="https://github.com/simplesamlphp/simplesamlphp">SimpleSAMLphp</a> authentication module, that allows to use the Wordpress user database as the authentication source. The code was written for MySQL/MariaDB.
5+
WordpressAuth is a <a href="https://github.com/simplesamlphp/simplesamlphp">SimpleSAMLphp</a> authentication module, that allows to use the WordPress user database as the authentication source. The code was written for MySQL/MariaDB.
66

77
<img src="https://raw.githubusercontent.com/disisto/simplesamlphp-wordpressauth/master/img/simplesamlphp-sp-demo-app.gif">
88

99
---
1010

1111
## Content
1212

13-
- [Requirements]( https://github.com/disisto/simplesamlphp-wordpressauth/wiki#requirements)
14-
- [Installation]( https://github.com/disisto/simplesamlphp-wordpressauth/wiki#installation)
15-
- [Download]( https://github.com/disisto/simplesamlphp-wordpressauth/wiki#download)
16-
- [cURL]( https://github.com/disisto/simplesamlphp-wordpressauth/wiki#curl)
17-
- [wget]( https://github.com/disisto/simplesamlphp-wordpressauth/wiki#wget)
18-
- [git]( https://github.com/disisto/simplesamlphp-wordpressauth/wiki#git)
19-
- [Enable Module in config.php]( https://github.com/disisto/simplesamlphp-wordpressauth/wiki#enable-module-in-configphp)
20-
- [Testing]( https://github.com/disisto/simplesamlphp-wordpressauth/wiki#testing)
13+
- [Requirements](https://github.com/disisto/simplesamlphp-wordpressauth/wiki#requirements)
14+
- [Installation](https://github.com/disisto/simplesamlphp-wordpressauth/wiki#installation)
15+
- [Download](https://github.com/disisto/simplesamlphp-wordpressauth/wiki#download)
16+
- [cURL](https://github.com/disisto/simplesamlphp-wordpressauth/wiki#curl)
17+
- [wget](https://github.com/disisto/simplesamlphp-wordpressauth/wiki#wget)
18+
- [git](https://github.com/disisto/simplesamlphp-wordpressauth/wiki#git)
19+
- [Enable Module](https://github.com/disisto/simplesamlphp-wordpressauth/wiki#enable-module)
20+
- [Adding database credentials](https://github.com/disisto/simplesamlphp-wordpressauth/wiki#adding-database-credentials)
21+
- [Switch authentication source](https://github.com/disisto/simplesamlphp-wordpressauth/wiki#switch-authentication-source)
22+
- [Testing](https://github.com/disisto/simplesamlphp-wordpressauth/wiki#testing)
23+
- [Credits](https://github.com/disisto/simplesamlphp-wordpressauth/wiki#credits)
2124

2225
---
2326

2427
## Requirements
2528

2629
- SimpleSAMLphp ```2.0```
30+
- Tested with SimpleSAMLphp ```2.0.5```
2731
- WordPress
2832
- Tested with WordPress ```6.3```*
2933
- MariaDB/MySQL

0 commit comments

Comments
 (0)