[java-idp-oidc] branch main updated: Unlock commons version and adjust SAML metadata sample to trip test.
Scott Cantor
cantor.2 at osu.edu
Tue Mar 2 19:54:37 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=556ebeb91d3ed737a55fdc2b84be163bb4914cef
The following commit(s) were added to refs/heads/main by this push:
new 556ebeb9 Unlock commons version and adjust SAML metadata sample to trip test.
556ebeb9 is described below
commit 556ebeb91d3ed737a55fdc2b84be163bb4914cef
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 2 14:54:34 2021 -0500
Unlock commons version and adjust SAML metadata sample to trip test.
---
.../oidc/metadata/impl/EntityDescriptor-with-oidcmd-clientsecret.xml | 3 +++
pom.xml | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/idp-oidc-extension-impl/src/test/resources/net/shibboleth/idp/oidc/metadata/impl/EntityDescriptor-with-oidcmd-clientsecret.xml b/idp-oidc-extension-impl/src/test/resources/net/shibboleth/idp/oidc/metadata/impl/EntityDescriptor-with-oidcmd-clientsecret.xml
index 736230a6..3b7520db 100644
--- a/idp-oidc-extension-impl/src/test/resources/net/shibboleth/idp/oidc/metadata/impl/EntityDescriptor-with-oidcmd-clientsecret.xml
+++ b/idp-oidc-extension-impl/src/test/resources/net/shibboleth/idp/oidc/metadata/impl/EntityDescriptor-with-oidcmd-clientsecret.xml
@@ -8,6 +8,9 @@
</ds:KeyInfo>
</md:KeyDescriptor>
<md:Extensions>
+ <mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui">
+ <mdui:DisplayName xml:lang="en">OIDC Debian Sample</mdui:DisplayName>
+ </mdui:UIInfo>
<oidcmd:OAuthRPExtensions>
<oidcmd:GrantType>authorization_code</oidcmd:GrantType>
<oidcmd:ResponseType>code</oidcmd:ResponseType>
diff --git a/pom.xml b/pom.xml
index 6378a942..88d07b30 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
<properties>
<shib.idp.version>4.1.0-SNAPSHOT</shib.idp.version>
<opensaml.version>4.1.0-SNAPSHOT</opensaml.version>
- <oidc.common.version>0.0.3-SNAPSHOT</oidc.common.version>
+ <oidc.common.version>0.0.4-SNAPSHOT</oidc.common.version>
<json.smart.version>2.3</json.smart.version>
<gson.version>2.8.6</gson.version>
<nimbus.lang.tag.version>1.4.4</nimbus.lang.tag.version>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list