[java-idp-oidc] branch main updated: Update metadata to match changes.
Scott Cantor
cantor.2 at osu.edu
Thu Mar 4 20:35:05 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=bd0350e0402e2ab5fdd44eda0557acaf4e9c67d3
The following commit(s) were added to refs/heads/main by this push:
new bd0350e0 Update metadata to match changes.
bd0350e0 is described below
commit bd0350e0402e2ab5fdd44eda0557acaf4e9c67d3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 4 15:35:03 2021 -0500
Update metadata to match changes.
---
.../impl/EntityDescriptor-with-oidcmd-clientsecret.xml | 13 ++++++-------
1 file changed, 6 insertions(+), 7 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 fe2e69aa..7a35ea85 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
@@ -11,13 +11,12 @@
<mdui:UIInfo xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui">
<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 profile</oidcmd:Scope>
- </oidcmd:OAuthRPExtensions>
+ <oidcmd:OAuthRPExtensions
+ grant_types="authorization_code"
+ response_types="code"
+ application_type="web"
+ token_endpoint_auth_method="client_secret_basic"
+ scopes="openid profile" />
</md:Extensions>
<md:AssertionConsumerService
Binding="https://tools.ietf.org/html/rfc6749#section-3.1.2"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list