[java-idp-oidc] branch main updated: Remove duplicate reserved claim name.
Scott Cantor
cantor.2 at osu.edu
Tue Feb 16 21:36:46 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=24757073894cfb6c50013d597f4b5b1c93610c7c
The following commit(s) were added to refs/heads/main by this push:
new 24757073 Remove duplicate reserved claim name.
24757073 is described below
commit 24757073894cfb6c50013d597f4b5b1c93610c7c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 16 16:36:44 2021 -0500
Remove duplicate reserved claim name.
---
.../src/main/resources/META-INF/net.shibboleth.idp/postconfig.xml | 1 -
1 file changed, 1 deletion(-)
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 37025314..d5c6d736 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
@@ -96,7 +96,6 @@
<value>iat</value>
<value>exp</value>
<value>acr</value>
- <value>aud</value>
<value>auth_time</value>
<value>at_hash</value>
<value>c_hash</value>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list