[java-plugin-shibd] 01/02: Fix profile ID bug in ECP class.
Scott Cantor
cantor.2 at osu.edu
Wed Aug 7 16:38:08 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-plugin-shibd.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd.git;a=commit;h=0ee629a73be550f661a1f3acd53624271fe61415
commit 0ee629a73be550f661a1f3acd53624271fe61415
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 7 12:37:43 2024 -0400
Fix profile ID bug in ECP class.
---
.../sp/saml/saml2/profile/config/impl/ECPProfileConfiguration.java | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/sp-saml-impl/src/main/java/net/shibboleth/sp/saml/saml2/profile/config/impl/ECPProfileConfiguration.java b/sp-saml-impl/src/main/java/net/shibboleth/sp/saml/saml2/profile/config/impl/ECPProfileConfiguration.java
index ba720f2..c9f3022 100644
--- a/sp-saml-impl/src/main/java/net/shibboleth/sp/saml/saml2/profile/config/impl/ECPProfileConfiguration.java
+++ b/sp-saml-impl/src/main/java/net/shibboleth/sp/saml/saml2/profile/config/impl/ECPProfileConfiguration.java
@@ -18,4 +18,9 @@ package net.shibboleth.sp.saml.saml2.profile.config.impl;
public class ECPProfileConfiguration extends BrowserSSOProfileConfiguration
implements net.shibboleth.sp.saml.saml2.profile.config.ECPProfileConfiguration {
+ /** Constructor. */
+ public ECPProfileConfiguration() {
+ super(net.shibboleth.saml.saml2.profile.config.ECPProfileConfiguration.PROFILE_ID);
+ }
+
}
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list