[java-identity-provider] branch main updated: Register additional module services.
Scott Cantor
cantor.2 at osu.edu
Mon Sep 14 19:12:32 UTC 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=3319a2cb319461c421eee4035bb1cc8913a0c268
The following commit(s) were added to refs/heads/main by this push:
new 3319a2cb3 Register additional module services.
3319a2cb3 is described below
commit 3319a2cb319461c421eee4035bb1cc8913a0c268
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 14 15:12:24 2020 -0400
Register additional module services.
---
.../resources/META-INF/services/net.shibboleth.idp.module.IdPModule | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/idp-conf-impl/src/main/resources/META-INF/services/net.shibboleth.idp.module.IdPModule b/idp-conf-impl/src/main/resources/META-INF/services/net.shibboleth.idp.module.IdPModule
index 07dafa495..42f2edf09 100644
--- a/idp-conf-impl/src/main/resources/META-INF/services/net.shibboleth.idp.module.IdPModule
+++ b/idp-conf-impl/src/main/resources/META-INF/services/net.shibboleth.idp.module.IdPModule
@@ -1,3 +1,9 @@
+net.shibboleth.idp.module.authn.impl.Duo
+net.shibboleth.idp.module.authn.impl.External
net.shibboleth.idp.module.authn.impl.Function
net.shibboleth.idp.module.authn.impl.IPAddress
+net.shibboleth.idp.module.authn.impl.RemoteUser
net.shibboleth.idp.module.authn.impl.RemoteUserInternal
+net.shibboleth.idp.module.authn.impl.SPNEGO
+net.shibboleth.idp.module.authn.impl.X509
+net.shibboleth.idp.module.authn.impl.X509Internal
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list