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

Commit

Permalink
feat: use authswitcher in Disco to handle MFA
Browse files Browse the repository at this point in the history
removed config option add_authn_context_classes_for_mfa

BREAKING CHANGE: dropped filter MultifactorAcrs
  • Loading branch information
melanger committed Jul 20, 2022
1 parent f2ec1fc commit 244ae9e
Show file tree
Hide file tree
Showing 4 changed files with 281 additions and 95 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
"web-token/jwt-signature": "^2.2",
"web-token/jwt-signature-algorithm-rsa": "^2.2",
"web-token/jwt-checker": "^2.2",
"web-token/jwt-core": "^2.2"
"web-token/jwt-core": "^2.2",
"cesnet/simplesamlphp-module-authswitcher": "^10.6"
},
"require-dev": {
"symplify/easy-coding-standard": "^11.0"
Expand Down
279 changes: 277 additions & 2 deletions composer.lock

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

Loading

0 comments on commit 244ae9e

Please sign in to comment.