[java-identity-provider] branch main updated: Add a German DisplayName to make testing easier.

Scott Cantor cantor.2 at osu.edu
Thu Apr 8 14:11:20 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor 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=58aed4b4515fce63ee353fa2b771c28c651f2945

The following commit(s) were added to refs/heads/main by this push:
       new  58aed4b45 Add a German DisplayName to make testing easier.
58aed4b45 is described below

commit 58aed4b4515fce63ee353fa2b771c28c651f2945
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 8 10:11:14 2021 -0400

    Add a German DisplayName to make testing easier.
---
 .../test/resources/metadata/example-metadata.xml   | 26 +++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/idp-conf/src/test/resources/metadata/example-metadata.xml b/idp-conf/src/test/resources/metadata/example-metadata.xml
index 80496c104..4fae4f2cb 100644
--- a/idp-conf/src/test/resources/metadata/example-metadata.xml
+++ b/idp-conf/src/test/resources/metadata/example-metadata.xml
@@ -1,6 +1,7 @@
 <EntityDescriptor xmlns="urn:oasis:names:tc:SAML:2.0:metadata"
     xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui" xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion"
-    xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute" entityID="https://sp.example.org">
+    xmlns:mdattr="urn:oasis:names:tc:SAML:metadata:attribute"
+    xmlns:oidcmd="urn:mace:shibboleth:metadata:oidc:1.0" entityID="https://sp.example.org">
     <Extensions>
 	    <mdattr:EntityAttributes xmlns:saml="urn:oasis:names:tc:SAML:2.0:assertion">
 	        <saml:Attribute Name="http://macedir.org/entity-category"
@@ -34,6 +35,7 @@
         <Extensions>
             <mdui:UIInfo>
                 <mdui:DisplayName xml:lang="en">TEST SP (display Name)</mdui:DisplayName>
+                <mdui:DisplayName xml:lang="de">German SP (achtung)</mdui:DisplayName>
                 <mdui:Description xml:lang="en">
                 TEST SP (description)Lorem ipsum dolor sit amet, consectetur adipiscing elit. 
                 Donec a diam lectus. Sed sit amet ipsum mauris. Maecenas congue ligula ac quam viverra nec consectetur ante hendrerit.
@@ -129,6 +131,28 @@ h+XNZ5oAql/cjrwDWw==
         </AttributeConsumingService>
         
     </SPSSODescriptor>
+    <SPSSODescriptor protocolSupportEnumeration="http://openid.net/specs/openid-connect-core-1_0.html">
+        <Extensions>
+            <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:OAuthRPExtensions>
+        </Extensions>
+        <KeyDescriptor>
+            <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
+                <oidcmd:ClientSecret>mockClientSecretValue</oidcmd:ClientSecret>
+            </ds:KeyInfo>
+        </KeyDescriptor>
+        <NameIDFormat>public</NameIDFormat>
+        <AssertionConsumerService
+                Binding="https://tools.ietf.org/html/rfc6749#section-3.1.2"
+                Location="https://example.org/cb"
+                index="1"/>
+    </SPSSODescriptor>    
     <Organization>
         <OrganizationName xml:lang="en">TC</OrganizationName>
         <OrganizationName xml:lang="en">TSC</OrganizationName>

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


More information about the commits mailing list