Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 244ae9e

Browse files
committed
feat: use authswitcher in Disco to handle MFA
removed config option add_authn_context_classes_for_mfa BREAKING CHANGE: dropped filter MultifactorAcrs
1 parent f2ec1fc commit 244ae9e

File tree

4 files changed

+281
-95
lines changed

4 files changed

+281
-95
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
"web-token/jwt-signature": "^2.2",
5959
"web-token/jwt-signature-algorithm-rsa": "^2.2",
6060
"web-token/jwt-checker": "^2.2",
61-
"web-token/jwt-core": "^2.2"
61+
"web-token/jwt-core": "^2.2",
62+
"cesnet/simplesamlphp-module-authswitcher": "^10.6"
6263
},
6364
"require-dev": {
6465
"symplify/easy-coding-standard": "^11.0"

composer.lock

Lines changed: 277 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)