Skip to content
Snippets Groups Projects
Verified Commit 3b7ca800 authored by Pavel Břoušek's avatar Pavel Břoušek
Browse files

docs: moved from GitHub to GitLab

parent 2dc4ad13
No related branches found
No related tags found
No related merge requests found
Pipeline #195686 failed
# SimpleSAMLPHP module authswitcher
Module for switching between different MFA modules. Tested
with [PrivacyIDEA](https://github.com/xpavlic/simplesamlphp-module-privacyidea)
, [WebAuthn](https://github.com/CESNET/simplesamlphp-module-webauthn)
and [TOTP](https://gitlab.ics.muni.cz/perun/proxyaai/simplesamlphp/simplesamlphp-module-totp) [authentication processing filters](https://simplesamlphp.org/docs/stable/simplesamlphp-authproc)
and honoring + setting `AuthnContextClassRef`, both for IdP and proxy.
Module for switching between different MFA modules and honoring + setting `AuthnContextClassRef`, both for IdP and proxy. Tested
with [PrivacyIDEA](https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-privacyidea).
It is assumed that the auth source is password based, then secondary authentication (based on a token) is performed via this module.
The following authentication contexts are supported for password (single factor) authentication:
......
......@@ -18,7 +18,7 @@ class Utils
/**
* Execute an auth proc filter.
*
* @see https://github.com/CESNET/perun-simplesamlphp-module/blob/master/lib/Auth/Process/ProxyFilter.php
* @see https://gitlab.ics.muni.cz/perun-proxy-aai/simplesamlphp/simplesamlphp-module-perun/-/blob/main/lib/Auth/Process/ProxyFilter.php
*
* @param mixed $nestedClass
* @param mixed $state
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment