|
1 | 1 | # SimpleSAMLphp WordpressAuth |
2 | 2 |
|
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. |
4 | 4 |
|
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. |
6 | 6 |
|
7 | 7 | <img src="https://raw.githubusercontent.com/disisto/simplesamlphp-wordpressauth/master/img/simplesamlphp-sp-demo-app.gif"> |
8 | 8 |
|
9 | 9 | --- |
10 | 10 |
|
11 | 11 | ## Content |
12 | 12 |
|
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) |
21 | 24 |
|
22 | 25 | --- |
23 | 26 |
|
24 | 27 | ## Requirements |
25 | 28 |
|
26 | 29 | - SimpleSAMLphp ```2.0``` |
| 30 | + - Tested with SimpleSAMLphp ```2.0.5``` |
27 | 31 | - WordPress |
28 | 32 | - Tested with WordPress ```6.3```* |
29 | 33 | - MariaDB/MySQL |
|
0 commit comments