[java-identity-provider] branch main updated: IDP-1676 Add an AttributeDefinition to the resolver file
Rod Widdowson
rdw at steadingsoftware.com
Tue Feb 16 13:19:13 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw 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=c9ad420a653e623afcb0c3360c26aff826e6bf6c
The following commit(s) were added to refs/heads/main by this push:
new c9ad420a6 IDP-1676 Add an AttributeDefinition to the resolver file
c9ad420a6 is described below
commit c9ad420a653e623afcb0c3360c26aff826e6bf6c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Feb 16 13:18:10 2021 +0000
IDP-1676 Add an AttributeDefinition to the resolver file
https://issues.shibboleth.net/jira/browse/IDP-1676
... To check that having one doesn't affect failfast propagate
exceptions.
---
.../shibboleth/idp/attribute/resolver/spring/idp-1676-resolver.xml | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/idp-1676-resolver.xml b/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/idp-1676-resolver.xml
index 7b21deb61..70a8abf0a 100644
--- a/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/idp-1676-resolver.xml
+++ b/idp-attribute-resolver-spring/src/test/resources/net/shibboleth/idp/attribute/resolver/spring/idp-1676-resolver.xml
@@ -20,7 +20,7 @@
<!-- Example LDAP Connector -->
<DataConnector id="myLDAP" xsi:type="LDAPDirectory"
- exportAttributes="uid mail sn cn homephone"
+ exportAttributes="uid sn cn homephone"
ldapURL="ldap://localhost:10391"
baseDN="dc=shibboleth,dc=net"
failFastInitialize="%{failfast:false}"
@@ -36,5 +36,9 @@
</FilterTemplate>
</DataConnector>
+ <AttributeDefinition xsi:type="Simple" id="email" >
+ <InputDataConnector ref="myLDAP" attributeNames="mail"/>
+ </AttributeDefinition>
+
</AttributeResolver>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list