[java-idp-oidc] 01/02: Deleted the duplicate 'attribute/registry/postconfig.xml'.
Henri Mikkonen
henri.mikkonen at iki.fi
Wed May 10 16:33:41 UTC 2023
This is an automated email from the git hooks/post-receive script.
hjmikkon 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=9d0fbcd222de6e259a323606cdc341859c027e72
commit 9d0fbcd222de6e259a323606cdc341859c027e72
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Wed May 10 19:29:34 2023 +0300
Deleted the duplicate 'attribute/registry/postconfig.xml'.
The file is now inherited from the idp.oidc.config module.
---
.../idp/service/attribute/registry/postconfig.xml | 25 ----------------------
1 file changed, 25 deletions(-)
diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/service/attribute/registry/postconfig.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/service/attribute/registry/postconfig.xml
deleted file mode 100644
index 75ffe220..00000000
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/service/attribute/registry/postconfig.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<beans xmlns="http://www.springframework.org/schema/beans"
- xmlns:context="http://www.springframework.org/schema/context"
- xmlns:util="http://www.springframework.org/schema/util"
- xmlns:p="http://www.springframework.org/schema/p"
- xmlns:c="http://www.springframework.org/schema/c"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
- http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
-
- default-init-method="initialize" default-destroy-method="destroy">
-
- <!-- Necessary for encoder parsing and claims mapping to function. -->
-
- <bean id="OIDCByteTranscoder"
- class="net.shibboleth.oidc.attribute.transcoding.impl.OIDCByteAttributeTranscoder" />
-
- <bean id="OIDCStringTranscoder"
- class="net.shibboleth.oidc.attribute.transcoding.impl.OIDCStringAttributeTranscoder" />
-
- <bean id="OIDCScopedStringTranscoder"
- class="net.shibboleth.oidc.attribute.transcoding.impl.OIDCScopedStringAttributeTranscoder" />
-
-</beans>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list