[java-idp-plugin-duo] branch main updated: Fix HttpClient parameter bean name.
Scott Cantor
cantor.2 at osu.edu
Mon Jan 8 18:30:30 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=73641b6ec9c63f8de4d153b33cab5178f473d1c4
The following commit(s) were added to refs/heads/main by this push:
new 73641b6e Fix HttpClient parameter bean name.
73641b6e is described below
commit 73641b6ec9c63f8de4d153b33cab5178f473d1c4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jan 8 13:30:28 2024 -0500
Fix HttpClient parameter bean name.
---
.../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-duo-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/idp-duo-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index bed68aa2..e42c17fb 100644
--- a/idp-duo-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/idp-duo-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -65,7 +65,7 @@
lazy-init="true"
p:objectMapper-ref="shibboleth.JSONObjectMapper"
p:httpClient="#{getObject('shibboleth.authn.DuoOIDC.Admin.HttpClient') ?: getObject('shibboleth.InternalHttpClient')}"
- p:httpClientSecurityParameters="#{getObject('shibboleth.authn.DuoOIDC.NonBrowser.HttpClientSecurityParameters')}"
+ p:httpClientSecurityParameters="#{getObject('shibboleth.authn.DuoOIDC.Admin.HttpClientSecurityParameters')}"
p:adminDuoIntegrationLookupStrategy-ref="shibboleth.authn.DuoOIDC.Admin.DuoIntegrationStrategy"/>
<!-- Default passwordless condition that uses the admin API -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list