Skip to content

Commit

Permalink
Merge pull request INTER-Mediator#1865 from msyk/master
Browse files Browse the repository at this point in the history
INTERMediator\\SAMLAuth::setSAMLAdditionalRules()'s parameter can be …
  • Loading branch information
matsuo authored Feb 20, 2024
2 parents f62745e + d5040ce commit dc7b049
Show file tree
Hide file tree
Showing 9 changed files with 446 additions and 347 deletions.
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist-docs/change_log.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Also the Migration Guide (Japanese) might be informative:
https://inter-mediator.info/ja/for-developers/migration.html

Ver.13 (In Development)
- In the INTERMediator_DBAdapter, XMLHttpRequest programs are replaced with fetch function.
- In the INTERMediator_DBAdapter, Codes using XMLHttpRequest are replaced with fetch function.

Ver.12 (Februrary 06, 2024)
- PHP Ver.7.4 is the minimum version.
Expand Down
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions params.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@
$bootWithInstalledNode = false;
$preventSSAutoBoot = false;
$backSeconds = 3600 * 24 * 2; // The seconds value that detect the outdated registering records.
$foreverLog = '/tmp/nodemon.log'; */

$foreverLog = '/tmp/nodemon.log';
*/
/* Operation Log
* ===================
* the table named 'operationlog' is required.
Expand Down
6 changes: 6 additions & 0 deletions spec/Manual-Tests/End-to-End-Test.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ The format of below is: [commit code from git log], [Version from composer.json]
The test is identified by .conf.js files in the /spec/run directory.
The test 'wdio-chrome.conf.js' and 'wdio-firefox.conf.js' are running on GitHub Actions.

- commit 7240f8bad63023f01d396e830139e178d3eebda7 (Sun Feb 18 15:09:22 2024 +0900),
INTER-Mediator Ver.13 (2024-02-15),
wdio-sync-chrome.conf.js,
PHP 8.3.2 (Homebrew based)+MySQL 8.3.0/PostgreSQL 14.10_1/SQLite 3.43.2+Chrome (121.0.6167.184) on mac,
by Masayuki Nii <[email protected]>, OK

- commit 3783f9cdfda23383f75593be1af890bc9d14ee27 (Thu Feb 15 13:13:02 2024 +0900),
INTER-Mediator Ver.13 (2024-02-15),
wdio-edge.conf.js,
Expand Down
3 changes: 2 additions & 1 deletion spec/Manual-Tests/SAML-Test.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ committee.

Set the SAML is active ($isSAML = true;), but the built-in auth is inactive ($samlWithBuiltInAuth = false;).

- Open the web app page, and check to show the IdP's login page not the built-in login page.
- Open the web app page(https://demo.inter-mediator.com/saml-trial/chat.html),
and check to show the IdP's login page not the built-in login page.
- Try to the wrong account, and check not to log in and repeatedly show the login panel.
- Try to the valid built-in account, and check not to log in.
- Try to the valid SAML account, and check to log in correctly.
Expand Down
Loading

0 comments on commit dc7b049

Please sign in to comment.