[java-idp-oidc] branch main updated: Account for SAML metadata changes.

Scott Cantor cantor.2 at osu.edu
Wed Mar 3 23:41:40 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=d64d527c6f78145c11458bff6ce7aff71438efa0

The following commit(s) were added to refs/heads/main by this push:
       new  d64d527c  Account for SAML metadata changes.
d64d527c is described below

commit d64d527c6f78145c11458bff6ce7aff71438efa0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Mar 3 18:41:38 2021 -0500

    Account for SAML metadata changes.
---
 .../metadata/impl/EntityDescriptor-with-oidcmd-clientsecret.xml    | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

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 3b7520db..fe2e69aa 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
@@ -9,21 +9,20 @@
         </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:DisplayName xml:lang="en">OIDC Sample</mdui:DisplayName>
             </mdui:UIInfo>
             <oidcmd:OAuthRPExtensions>
                 <oidcmd:GrantType>authorization_code</oidcmd:GrantType>
                 <oidcmd:ResponseType>code</oidcmd:ResponseType>
                 <oidcmd:ApplicationType>web</oidcmd:ApplicationType>
                 <oidcmd:TokenEndpointAuthMethod>client_secret_basic</oidcmd:TokenEndpointAuthMethod>
-                <oidcmd:Scope>openid</oidcmd:Scope>
-                <oidcmd:Scope>profile</oidcmd:Scope>
+                <oidcmd:Scope>openid profile</oidcmd:Scope>
             </oidcmd:OAuthRPExtensions>
         </md:Extensions>
         <md:AssertionConsumerService
                 Binding="https://tools.ietf.org/html/rfc6749#section-3.1.2"
                 Location="https://example.org/cb"
                 index="1"/>
-         <md:NameIDFormat>public</md:NameIDFormat>
+         <md:NameIDFormat>urn:mace:shibboleth:metadata:oidc:1.0:nameid-format:public</md:NameIDFormat>
     </md:SPSSODescriptor>
 </md:EntityDescriptor>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list