[java-idp-oidc] branch main updated: Add auto-wired principal service/serializer for ACRs.

Scott Cantor cantor.2 at osu.edu
Mon Feb 15 23:49:08 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=558e65e114305f691ac40fa20c5692900748b51c

The following commit(s) were added to refs/heads/main by this push:
       new  558e65e1  Add auto-wired principal service/serializer for ACRs.
558e65e1 is described below

commit 558e65e114305f691ac40fa20c5692900748b51c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 15 18:49:04 2021 -0500

    Add auto-wired principal service/serializer for ACRs.
---
 .../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml     | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
index 66ebca38..37025314 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml
@@ -18,6 +18,10 @@
     <bean id="shibboleth.OIDCAuthnContextClassReference" abstract="true"
         class="net.shibboleth.idp.plugin.oidc.op.authn.principal.AuthenticationContextClassReferencePrincipal" />
 
+    <bean p:id="oidc" class="net.shibboleth.idp.authn.principal.GenericPrincipalService"
+        c:claz="net.shibboleth.idp.plugin.oidc.op.authn.principal.AuthenticationContextClassReferencePrincipal"
+        c:serializer-ref="shibboleth.GenericPrincipalSerializer" />
+
     <!-- OIDC exact match bean definitions -->
     <bean id="shibboleth.OIDCAuthnMethodExact" parent="shibboleth.Pair"
         p:first="#{ T(net.shibboleth.idp.plugin.oidc.op.authn.principal.AuthenticationContextClassReferencePrincipal) }"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list