This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=3b81d90ca63d4552c9fa29717a4ba6d2170ab7fa
The following commit(s) were added to refs/heads/master by this push:
new 3b81d90 Update removed syntax.
3b81d90 is described below
commit 3b81d90ca63d4552c9fa29717a4ba6d2170ab7fa
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jan 9 20:29:00 2020 -0500
Update removed syntax.
---
.../src/test/resources/conf/attribute-resolver.xml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/idp-oidc-extension-impl/src/test/resources/conf/attribute-resolver.xml b/idp-oidc-extension-impl/src/test/resources/conf/attribute-resolver.xml
index 3ea908e..403dc4c 100644
--- a/idp-oidc-extension-impl/src/test/resources/conf/attribute-resolver.xml
+++ b/idp-oidc-extension-impl/src/test/resources/conf/attribute-resolver.xml
@@ -64,7 +64,6 @@
${uid}@example.org
]]>
</Template>
- <SourceAttribute>uid</SourceAttribute>
</AttributeDefinition>
<!--
@@ -97,10 +96,9 @@
<DataConnector id="computedSubjectId" xsi:type="ComputedId"
generatedAttributeID="subjectId"
- sourceAttributeID="%{idp.oidc.subject.sourceAttribute}"
salt="%{idp.oidc.subject.salt}"
algorithm="%{idp.oidc.subject.algorithm:SHA}"
encoding="%{idp.oidc.subject.encoding:BASE32}">
- <Dependency ref="%{idp.oidc.subject.sourceAttribute}"/>
+ <InputAttributeDefinition ref="%{idp.oidc.subject.sourceAttribute}"/>
</DataConnector>
</AttributeResolver>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.