[java-idp-plugin-mgmt] branch main updated: IDP-2311 Discuss ways of mitigating the plugin/module dependency issues
Rod Widdowson
rdw at steadingsoftware.com
Sat Aug 31 14:44:44 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-idp-plugin-mgmt.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-mgmt.git;a=commit;h=194fce8a91b4e45f79bd98126817129dd473d114
The following commit(s) were added to refs/heads/main by this push:
new 194fce8 IDP-2311 Discuss ways of mitigating the plugin/module dependency issues
194fce8 is described below
commit 194fce8a91b4e45f79bd98126817129dd473d114
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Aug 31 15:44:08 2024 +0100
IDP-2311 Discuss ways of mitigating the plugin/module dependency issues
https://shibboleth.atlassian.net/browse/IDP-2311
Add TOTP and WebAuthN
---
modules.properties | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/modules.properties b/modules.properties
index b1ff1a6..7a63181 100644
--- a/modules.properties
+++ b/modules.properties
@@ -53,3 +53,12 @@ idp.oidc.common.1.version=1.1.0
# idp.authn.oidc.RP
idp.authn.oidc.RP.plugin=net.shibboleth.idp.plugin.authn.oidc.rp
idp.authn.oidc.RP.version=2.1.2
+
+# idp.authn.TOTP
+idp.authn.TOTP.plugin=net.shibboleth.idp.plugin.authn.totp
+idp.authn.TOTP.version=2.1.0
+
+# idp.authn.WebAuthn
+idp.authn.WebAuthn.plugin=net.shibboleth.idp.plugin.authn.webauthn
+idp.authn.WebAuthn.version=0.0.4-beta1
+
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list